Forum

Full Version: Problem: Cant start XBMC after I installed MONO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to run MONO on my raspberry-pi.

I install it by running sudo apt-get install mono-complete.

XBMC seems to be working, until I restart.
Then it wont boot and freezes on the loadingscreen.

If I try to start xbmc from the commandline I get this:
Terminal
/usr/local/lib/xbmc/xbmc.bin: symbol lookup error: /usr/local/lib/xbmc/xbmc.bin: undefined symbol: _ZTIN6TagLib8IOStreamE

But if I uninstall mono xbmc starts without a problem.

I noticed this thread http://forum.xbian.org/thread-770.html with the same error.
And it seems like sparkleshare uses mono which causes the error.

Is it possible to install mono and run xbmc on same raspberry pi ?
it looks like it installs a library providing libtag functionality, but not compatible with the version xbmc was compiled against.

try using export LD_LIBRARY_PATH="/usr/local/lib" in xbmc startup script.
(23rd Jun, 2013 01:39 AM)mk01 Wrote: [ -> ]it looks like it installs a library providing libtag functionality, but not compatible with the version xbmc was compiled against.

try using export LD_LIBRARY_PATH="/usr/local/lib" in xbmc startup script.

That worked perfectly, Thanks!
Reference URL's