Trying this myself. I have modified the code below to the latest Active Perl (quoted code is my modification)
Dylp wrote: > > > Code: -------------------- > > > mkdir -p /storage/downloads/activeperl > cd /storage/downloads/activeperl > wget http://downloads.activestate.com/ActivePerl/releases/5.24.0.2400/ActivePerl-5.24.0.2400-x86_64-linux-glibc-2.15-300561.tar.gz > tar xzf ActivePerl-5.24.0.2400-x86_64-linux-glibc-2.15-300561.tar.gz > cd ActivePerl-5.24.0.2400-x86_64-linux-glibc-2.15-300561 > ./install.sh --prefix /storage/ActivePerl --license-accepted --no-install-html > -------------------- > > > > Dylan However, I am failing on the actual installation bit Code: -------------------- RasPi:~/downloads/activeperl/ActivePerl-5.24.0.2400-x86_64-linux-glibc-2.15-300561 # ./install.sh --prefix /storage/ActivePerl --license-accepted --no-install-h tml perl/bin/perl: line 1: syntax error: unterminated quoted string -------------------- Using the oldest version I can find (5.22.1.2201) I get a different error Code: -------------------- perl/bin/perl: line 1:ELF: not found perl/bin/perl: line 2: syntax error: unexpected "(" -------------------- Have I missed something obvious? Or since the thread started is there any easier way? many thanks Eserim ------------------------------------------------------------------------ Eserim's Profile: http://forums.slimdevices.com/member.php?userid=1932 View this thread: http://forums.slimdevices.com/showthread.php?t=100913 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
