Hello,
I new here.
I'm having some issue trying to get shairport to work. I'm using these instructions:
$this->bbcode_second_pass_code('', '
wget --no-check-certificate https://github.com/albertz/shairport/tarball/master
tar xzf master
cd albertz<use your tab key here to fill out the rest>
make
make install
')
I'm getting the following results:
$this->bbcode_second_pass_code('', '
[root@pogo albertz-shairport-b58f156]# make
cc -O2 -Wall -c alac.c -o alac.o
cc -O2 -Wall -DHAIRTUNES_STANDALONE hairtunes.c alac.o -o hairtunes -lm -lpthread -lssl -lcrypto -lao
/usr/bin/ld: warning: libdl.so.2, needed by /usr/lib/gcc/armv5tel-unknown-linux-gnueabi/4.7.1/../../../libssl.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/armv5tel-unknown-linux-gnueabi/4.7.1/../../../libcrypto.so: undefined reference to `dladdr@GLIBC_2.4'
/usr/lib/gcc/armv5tel-unknown-linux-gnueabi/4.7.1/../../../libcrypto.so: undefined reference to `dlsym@GLIBC_2.4'
/usr/lib/gcc/armv5tel-unknown-linux-gnueabi/4.7.1/../../../libcrypto.so: undefined reference to `dlclose@GLIBC_2.4'
/usr/lib/gcc/armv5tel-unknown-linux-gnueabi/4.7.1/../../../libcrypto.so: undefined reference to `dlerror@GLIBC_2.4'
/usr/lib/gcc/armv5tel-unknown-linux-gnueabi/4.7.1/../../../libcrypto.so: undefined reference to `dlopen@GLIBC_2.4'
collect2: error: ld returned 1 exit status
make: *** [hairtunes] Error 1
[root@pogo albertz-shairport-b58f156]#
')
Any help is appreciated. Thanks