TimT;394424 Wrote: > Following bizhou's instructions, I was able to get Squeezecenter > installed using ipkg. On starting Squeezecenter, however, I get a > "failed to start return value = 0." Here is squeezecenter.log: > > The following modules failed to load: DBD::mysql DBI XML::Parser::Expat > HTML::Parser JSON::XS Compress::Zlib Digest::SHA1 YAML::Syck GD > > To download and compile them, please run: > /opt/share/squeezecenter/Bin/build-perl-modules.pl DBD::mysql DBI > XML::Parser::Expat HTML::Parser JSON::XS Compress::Zlib Digest::SHA1 > YAML::Syck GD > > I did run /opt/share .... as suggested and got the following error > message: > > Can't locate lib.pm in @INC (@INC contains: /usr/lib/perl/5.6.1 > /usr/share/perl/5.6.1 /usr/local/lib/perl/5.6.1 > /usr/local/share/perl/5.6.1 /usr/local/share/perl /usr/lib/perl5 > /usr/share/perl5 /usr/share/perl5 .) at > /opt/share/squeezecenter/Bin/build-perl-modules.pl line 13. > BEGIN failed--compilation aborted at > /opt/share/squeezecenter/Bin/build-perl-modules.pl line 13. > > Apparently I must compile build-perl-modules.pl first before running > Squeezecenter? I looked at the threads you pointed me to and they don't > help overcome this problem. Any thoughts on what the work-around might > be? > > TimT When I was running SC on a PPC LinkStation I always ran build-perl-modules.pl before running SC. My usual order was (1) un-tar the SC package, (2) chown the entire SC branch to user squeezecenter, and I forget which group, (3) rename the folder squeezecenter_x.y.z_24434 to just plain squeezecenter, (4) run build-perl-modules.pl, and (5) clean up other stuff as needed (varied depending on release, but sometimes included dealing with the Encode::Detect::Detector module).
build-perl-modules.pl is a Perl script that builds the needed Perl modules for your PPC system architecture. Just navigate to /usr/share/squeezecenter (or wherever you installed SC), and as root, type ./Bin/build-perl-modules.pl >From the looks of your error messages you might be missing some other key pieces, such as MySQL, lib-expat, and others. Don't know if this is any help. -- aubuti ------------------------------------------------------------------------ aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074 View this thread: http://forums.slimdevices.com/showthread.php?t=59203 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
