pfarrell;312615 Wrote: > rlangset wrote: > > Starting SqueezeCenter: The following CPAN modules were found but > > cannot work with SqueezeCenter: > > CGI::Cookie (loaded <not found>, need 1.27) > > > > To fix this problem you have several options: > > 1. Install the latest version of the module(s) using CPAN: sudo cpan > > Some::Module > > 2. Update the module's package using apt-get, yum, etc. > > 3. Run the .tar.gz version of SqueezeCenter which includes all > required > > CPAN modules. > > > > It says that the found CPAN module cannot work with SqueezeCenter. > > > > How do I get the correct CPAN module? > > > from a root shell > perl -MCPAN -e shell > install CGI::Cookie > quit > > -- > Pat Farrell > http://www.pfarrell.com/
Thank you for quick reply. Ok, with -MCPAN -e shell, I get into a cpan shell. There I type install CGI::Cookie. First I get some errors due YAML not installed, so I install some YAML packages. Then type install CGI::Cookie again. This is what happens: "CPAN: YAML loaded ok (v0.66) Going to read /root/.cpan/build/ DONE Found no old builds, restored the state of none Running install for module 'CGI::Cookie' Running make for L/LD/LDS/CGI.pm-3.37.tar.gz Has already been unwrapped into directory /root/.cpan/build/CGI.pm-3.37-YX3idz Could not make: Unknown error Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible" So I quit the cpan shell, and in root shell trying to start squeezecenter. No luck: "Starting SqueezeCenter: Log4perl: Seems like no initialization happened. Forgot to call init()? Use of uninitialized value $_[0] in join or string at /usr/lib/perl5/5.10.0/File/Spec/Unix.pm line 81. Useless use of a constant in void context at /usr/lib/perl5/vendor_perl/Slim/Networking/Slimproto.pm line 104. Use of uninitialized value $old in pattern match (m//) at /usr/lib/perl5/vendor_perl/Slim/Utils/Prefs.pm line 273." Any more ideas? Regards Rune -- rlangset ------------------------------------------------------------------------ rlangset's Profile: http://forums.slimdevices.com/member.php?userid=18171 View this thread: http://forums.slimdevices.com/showthread.php?t=48950 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
