Another day gone, another problem resolved: 1) Scripts getting wrong version due to earlier version of perl existing in /usr/bin/perl, whereas later version is in /usr/bin/perl. The slimserver perl scripts have #!/usr/bin/perl as the interpreter.
Fixed this by deleting old version and making a symbolic link: ln -s /usr/local/bin/perl /usr/bin/perl 2) Then build-perl-modules wouldn't work because my C compiler is called gcc3 (thanks, Redhat) so that has to be aliased 3) Then some pre-requisite modules had to be downloaded and made by hand: expat, AppConfig, HTML::Tagset I won't bore you with the minor stuff, but that got me a complete perl environment which finally allowed slimserver to run. Easy really! -- aramid ------------------------------------------------------------------------ aramid's Profile: http://forums.slimdevices.com/member.php?userid=5777 View this thread: http://forums.slimdevices.com/showthread.php?t=24089 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
