View Single Post
Posts: 5 | Thanked: 2 times | Joined on Jan 2011
#3
I installed all the reqs.

apt-get install openssl
apt-get install libao0
apt-get install perl (it also installed perl-modules)
apt-get install avahi-daemon


I ran the following to try and get the modules for perl.

Code:
perl -MCPAN -e 'install Crypt::OpenSSL::RSA'
perl -MCPAN -e 'install HTTP::Message'
perl -MCPAN -e 'install IO::Socket::INET6'
got some sketchy output.

Here's my output of running 'perl shairport.pl'

Code:
perl shairport.pl 
Can't locate HTTP/Request.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.3 /usr/local/share/perl/5.8.3 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at shairport.pl line 42.
BEGIN failed--compilation aborted at shairport.pl line 42.
I did compile the hairtunes file on my x64 desktop. I think it was compiled in C. I will setup scratchbox tomorrow and compile for arm. (unless someone wants to quickly compile it for me in their cross-compile environment)
 

The Following User Says Thank You to distortedvoice For This Useful Post: