dsdreamer wrote: > Last week, I downloaded Shairport from github (using the 1.0-dev > branch), compiled it and installed it as a service on my WandBoard. I > tested it, and then disabled it since I normally want Squeezelite to > have full control of my USB audio device. > > > > > --------------------
Hi dsdreamer, I got tempted and I gave it a go. This is what I did: 1. I have installed the required required packages with: Code: -------------------- yum install openssl-devel libao libao-devel perl-Crypt-OpenSSL-RSA perl-IO-Socket-INET6 perl-libwww-perl avahi-tools" -------------------- 2. I have cloned the repository with: Code: -------------------- git clone https://github.com/albertz/shairport.git -------------------- 3. I have installed the Shairport with: Code: -------------------- make make install -------------------- 4. I have created and edited the file /usr/lib/systemd/system/shairport.service plus the change as suggested by Clive. 5. I have typed, as root Code: -------------------- systemctl stop squeezelite systemctl enable shairport systemctl start shairport -------------------- Now I am having the following 2 problems: A.When I type: Code: -------------------- perl shairport.pl -------------------- I get: Code: -------------------- Can't locate Net/SDP.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at shairport.pl line 48. BEGIN failed--compilation aborted at shairport.pl line 48. -------------------- B. On my iPhone whenever I try to connect to the Wandboard I get this message: "Connection Unsuccessful. Make sure Wandboard-0 is turned and in range" Thanks. ------------------------------------------------------------------------ albertone74's Profile: http://forums.slimdevices.com/member.php?userid=23863 View this thread: http://forums.slimdevices.com/showthread.php?t=98544 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
