Hello, slimserver is also running but after solving these problem:
1) in a root console instead of sudo 'perl -MCPAN -e "install CGI::Util"' I used sudo perl -MCPAN -e "install CGI::Util" so the command did not OK CPAN: Storable loaded ok Going to read /root/.cpan/Metadata Database was generated on Mon, 23 Apr 2007 18:09:37 GMT Running install for module CGI::Util Running make for L/LD/LDS/CGI.pm-3.29.tar.gz CPAN: Digest::MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for /root/.cpan/sources/authors/id/L/LD/LDS/CGI.pm-3.29.tar.gz ok Scanning cache /root/.cpan/build for sizes CGI.pm-3.29/ CGI.pm-3.29/t/ ... CGI.pm-3.29/CGI.pm CGI.pm-3.29/cgi-lib_porting.html Removing previously used /root/.cpan/build/CGI.pm-3.29 CPAN.pm: Going to build L/LD/LDS/CGI.pm-3.29.tar.gz Checking if your kit is complete... Looks good Writing Makefile for CGI -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible 2) I saw in /root/.cpan/sources/authors/id/L/LD/LDS the GI.pm-3.29.tar.gz was not uncompressed so I uncompressed tar -xzvf CGI.pm-3.29.tar.gz and go to the new directory cd cd CGI.pm-3.29 3) like written in the README file I launched perl Makefile.PL make make test make install 4) I launch service slimserver start Starting SlimServer: [ OK ] -- kalagani ------------------------------------------------------------------------ kalagani's Profile: http://forums.slimdevices.com/member.php?userid=11281 View this thread: http://forums.slimdevices.com/showthread.php?t=28826 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
