Trying to compile - /lib/ld-linux.so.2: could not read symbols: Memory exhausted
#16
davilla Wrote:Several points of confusion here.

X11 is the x windowing system. It's not an app.

pin's crystal xbmc image launches xbmc into it's own x11 session when it boots. You are not running under a window manager.

if you do $xbmc from a ssh session, you see to set the DISPLAY variable.

export DISPLAY=:0.0

but you also need to make sure that xbmc is not already running as it autoruns at boot.


ps aux | grep xbmc.bin

Sorry for all the confusion. I am very confused... Wink Is there something I can do to launch xbmc into it's own x11 session like pin's image?

Here's what I get with the command you mentioned:

$ ps aux | grep xbmc.bin
xbmc 6447 0.0 0.3 3004 768 pts/0 S+ 14:18 0:00 grep xbmc.bin
Reply
#17
sudo make install

that will overwrite the old version.
Reply
#18
davilla Wrote:sudo make install

that will overwrite the old version.

I ran make install again, and got this error:

$ sudo make install
[sudo] password for xbmc:
Copying XBMC binary to /usr/local/lib/xbmc/xbmc.bin
You can run XBMC with the command 'xbmc'
Copying support and legal files...
Done!
Copying system files to /usr/local/share/xbmc
/bin/bash: gtk-update-icon-cache: command not found
Reply
#19
jodeman Wrote:I ran make install again, and got this error:

$ sudo make install
[sudo] password for xbmc:
Copying XBMC binary to /usr/local/lib/xbmc/xbmc.bin
You can run XBMC with the command 'xbmc'
Copying support and legal files...
Done!
Copying system files to /usr/local/share/xbmc
/bin/bash: gtk-update-icon-cache: command not found

"/bin/bash: gtk-update-icon-cache: command not found", ignore this.
Reply
#20
davilla Wrote:"/bin/bash: gtk-update-icon-cache: command not found", ignore this.

Unfortunately, I'm still getting the same display error when trying to run xbmc. Sad
Reply
#21
jodeman Wrote:Unfortunately, I'm still getting the same display error when trying to run xbmc. Sad

show me.


reboot and let xbmc autoload
Reply
#22
davilla Wrote:show me.


reboot and let xbmc autoload

A reboot brings me to the login command prompt.
Reply

Logout Mark Read Team Forum Stats Members Help
Trying to compile - /lib/ld-linux.so.2: could not read symbols: Memory exhausted0