Kodi Community Forum

Full Version: Can't start xbmc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When xbmc is started from a terminal-
[hughc@MediaPCLinux ~]$ xbmc
The XBMC_HOME environment variable is not set.
/usr/bin/xbmc: line 7: 9271 Segmentation fault /usr/share/xbmc/xbmc.bin "$@"

Nvidia, PCLinuxos2010.

Can you suggest how to fix this issue?

Hugh
Linux Distribution and Version - PCLinuxOS 2010
Architecture - i686 AMD Athlon
Method of loading - download executable with Synaptic Package Repository
XBMC version9.04.1-3p
Detailed Report -
Start xbmc at the command line. The xbmc opening screen displays for 1/2 a
second. And the terminal box displays-
The XBMC_HOME environment variable is not set.
/usr/bin/xbmc: line 7: 5775 Segmentation fault /usr/share/xbmc/xbmc.bin "$@"
Log file output-
http://pastebin.com/0SGuq8VE
No compiler outputs.
log says libcurl is missing. I'd start by installing it.

TheUni
Had to add an additional pointer to make it work.
libcurl.so pointed at libcurl.so.4.1.1

libcurl.so.4.1.1 didn't exist.

added libcurl4.1.1 pointing to libcurl.so.4.2.0

Thank you,

Hugh