2011-10-25, 18:59
Hi everybody,
I try to compile a current git clone from xbmc with the libshaiport function enabled.
Before I tried to configure, I compiled the libshairport libraries like this
The installation seems to be fine
To be sure, I did a 'ldconfig' manually.
But the configuring of xbmc fails with:
Setting the LD_LIBRARY_PATH manually did not succeed :/
Am I missing something here? Thanks for your ideas
I try to compile a current git clone from xbmc with the libshaiport function enabled.
Before I tried to configure, I compiled the libshairport libraries like this
Code:
~/sources/github/xbmc$ cd lib/libshairport/
$ make
$ sudo make install
Code:
ls -al /usr/local/lib/
insgesamt 192
drwxr-xr-x 5 root root 4096 2011-10-25 18:50 .
drwxr-xr-x 10 root root 4096 2011-01-08 00:54 ..
-rwxr-xr-x 1 root root 972 2011-10-25 18:50 libshairport.la
lrwxrwxrwx 1 root root 21 2011-10-25 18:50 libshairport.so -> libshairport.so.0.0.0
lrwxrwxrwx 1 root root 21 2011-10-25 18:50 libshairport.so.0 -> libshairport.so.0.0.0
-rwxr-xr-x 1 root root 169696 2011-10-25 18:50 libshairport.so.0.0.0
drwxrwsr-x 4 root staff 4096 2011-10-15 14:02 python2.6
drwxrwsr-x 4 root staff 4096 2011-10-15 14:02 python2.7
drwxr-xr-x 4 root root 4096 2011-01-19 20:54 xbmc
But the configuring of xbmc fails with:
Code:
checking for main in -lplist... yes
checking for libplist soname... libplist.so.1
checking for shairport_set_ao in -lshairport... no
configure: error: == Could not find libshairport. AirTunes support disabled. =
Setting the LD_LIBRARY_PATH manually did not succeed :/
Am I missing something here? Thanks for your ideas
