XML-Parser - XML-parser on SCO 5.0.5

Posted on Tue Dec 19 18:40:56 2006 by stabi
XML-parser on SCO 5.0.5
Hi, i'm trying to install XML-parser 2.34 on a sco unix 5.0.5 server with perl 5.00503 and expat 2.0.0. I can execute perl Makefile.PL make make install without errors but when I run make test all fails. message are all like that:
t/astress...........dubious Can't load 'blib/arch/auto/XML/Parser/Expat/Expat.so' for module XML::Parser::Expat: dynamic linke +r : /usr/local/bin/perl : error opening libexpat.so.6 at /usr/local/lib/perl5/5.00503/i386-sco/Dyn +aLoader.pm line 169. at blib/lib/XML/Parser.pm line 14 BEGIN failed--compilation aborted at blib/lib/XML/Parser.pm line 18. BEGIN failed--compilation aborted at t/astress.t line 11. Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-27 Failed 27/27 tests, 0.00% okay
So all fails.
in /usr/local/lib I've
-rwxr-xr-x 1 root sys 358736 Dec 19 16:45 libexpat.so.6
in
# pwd
/usr/local/lib/perl5/5.00503/XML
# l blib/arch/auto/XML/Parser/Expat/Expat.so
-rwxr-xr-x 1 root sys 68692 Dec 19 16:54 blib/arch/auto/XML/Parser/ Expat/Expat.so
#
even the command perl -e "require XML::Parser"
Can't load '/usr/local/lib/perl5/site_perl/5.005/i386-sco/auto/XML/Parser/Expat/ Expat.so' for module XML::Parser::Expat: dynamic linker : perl : error opening l ibexpat.so.6 at /usr/local/lib/perl5/5.00503/i386-sco/DynaLoader.pm line 169.
at /usr/local/lib/perl5/5.00503/XML/Parser.pm line 14
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.00503/XML/Parser.pm line 18.

what can I check? what can I do? Every idea is appreciated TIA Stabi
Write a response