Hello

I use a pSeries server H70 as NAS with its huge SSA disks so I'd like
to run a Slimserver on it and then stock all my MP3 on the RAID disks.

I d/l SlimServer_v6.2.1 in a TGZ Perl package.

First I installed a new Perl 5.008007 on aix-64all distribution and
ran:

/data/local/src/SlimServer_v6.2.1/Bin/build-perl-modules.pl
(...)
Downloading Compress-Zlib-1.33.tar.gz
(...)
Library for Compress-Zlib-1.33.tar.gz is OK!
Downloading DBI-1.46.tar.gz
Library for DBI-1.46.tar.gz is OK!
Downloading DBD-SQLite-1.08.tar.gz 
Library for DBD-SQLite-1.08.tar.gz is OK!
Downloading HTML-Parser-3.45.tar.gz
Library for HTML-Parser-3.45.tar.gz is OK!
Downloading Template-Toolkit-2.13.tar.gz
Library for Template-Toolkit-2.13.tar.gz is OK!
Downloading Time-HiRes-1.66.tar.gz
Library for Time-HiRes-1.66.tar.gz is OK!
Downloading XML-Parser-2.34.tar.gz
Library for XML-Parser-2.34.tar.gz is OK!
All done!

Notice that default compiler is VAC v6 using OBJECT_MODE=64 because gcc
cannot compile well Perl on that platform.

I then started the daemon:
# ./slimserver.pl --daemon
Use of uninitialized value in string eq at
/usr/local/lib/perl5/site_perl/5.8.7/aix-64all/XML/Parser.pm line 16.
The following modules failed to load: XML::Parser

To download and compile them, please run:
/data/local/src/SlimServer_v6.2.1/Bin/build-perl-modules.pl

Log of build-perl-module seems to have compled XML::Parser but
regarding in the script at line 16 I can read:
-> die "Parser.pm and Expat.pm versions don't match"

Does slimserver.pl loads the external Perl's distibuted  XML::Parser
and at the same time its own
/usr/local/src/SlimServer_v6.2.1/CPAN/XML/Parser/Expat.pm that may
conflict?

If I move Perl distributed file to another name, only this error
appears: 

# ./slimserver.pl --daemon                                             

The following modules failed to load: XML::Parser

To download and compile them, please run:
/data/local/src/SlimServer_v6.2.1/Bin/build-perl-modules.pl


Running the build-perl-modules.pl again doesn't changes anything...

How could I debug further ot find an AIX 5.x precompiled package?
thanks!


-- 
RaNma
------------------------------------------------------------------------
RaNma's Profile: http://forums.slimdevices.com/member.php?userid=4767
View this thread: http://forums.slimdevices.com/showthread.php?t=22545

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to