PDA

View Full Version : install xbmc on CentOS 5.3 64 bit


ladca
2009-06-18, 19:02
Hi, I have made a fresh 64 bit Centos install and tried installing xbmc as per

http://xbmc.org/wiki/?title=HOW-TO_compile_XBMC_for_Linux_on_Fedora_Red_Hat_Enterp rise_Linux_CentOS

I have the required deps. or so I think. the svn is revision 21137. The program compiles perfectly but at the time of "make" it always comes back with this error

/usr/src/XBMC/xbmc/FileSystem/cdioSupport.cpp:162: undefined reference to `mmc_get_tray_status'
xbmc/lib/sqLite/sqllite.a(sqlitedataset.o): In function `dbiplus::SqliteDataset::query(char const*)':
/usr/src/XBMC/xbmc/lib/sqLite/sqlitedataset.cpp:421: undefined reference to `sqlite3_prepare_v2'
collect2: ld returned 1 exit status
make: *** [xbmc.bin] Error 1

Appreciate the help. Thanks.