XML::LibXSLT
by dhogan other posts by this author
Jul 12 2001 6:17AM messages near this date
view in the new Beta List Site
Re: XML::LibXSLT
|
New Benchmark LibXSLT against MSXML
Hello have just completed getting XML::LibXML to work on a SCO box.
Thanks for everyones help with that. Now I seem to be having a slightly
different problem with XML::LibXSLT it appears as though it is having
trouble opening libxslt.so0. Again everything goes fine at compile time
and it only fails on a make test. A copy of the session follows.
Thanks
Damien Hogan
bash-2.03# perl Makefile.PL
running xslt-config... ok
checking for main() in -lxslt... yes
Writing Makefile for XML::LibXSLT
bash-2.03# make
gcc -c -I/usr/local/gnu//include -I/usr/local/gnu//include/libxml -U
M_XENIX -D PERL_SCO -D PERL_SCO5 -melf -fno-strict-aliasing
-I/usr/local/include -I/usr/local/gnu/include -O2 -DVERSION=\"1.07\"
-DXS_VERSION=\"1.07\" -fpic
-I/usr/local/gnu/lib/perl5/5.6.1/i386-sco/CORE LibXSLT.c
Running Mkbootstrap for XML::LibXSLT ()
chmod 644 LibXSLT.bs
rm -f blib/arch/auto/XML/LibXSLT/LibXSLT.so
LD_RUN_PATH="/usr/local/gnu//lib:/lib:/usr/lib" ld -G -L/usr/local/lib
-L/usr/local/gnu/lib LibXSLT.o -o
blib/arch/auto/XML/LibXSLT/LibXSLT.so -L/usr/local/gnu//lib -L/lib
-lxslt -lxml2 -lm -lsocket
chmod 755 blib/arch/auto/XML/LibXSLT/LibXSLT.so
cp LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs
chmod 644 blib/arch/auto/XML/LibXSLT/LibXSLT.bs
bash-2.03# make test
PERL_DL_NONLAZY=1 /usr/local/gnu/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/gnu//lib/perl5/5.6.1/i386-sco
-I/usr/local/gnu//lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests
$verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basic...........Can't load 'blib/arch/auto/XML/LibXSLT/LibXSLT.so'
for module XML::LibXSLT: dynamic linker : /usr/local/gnu/bin/perl :
error opening libxslt.so0 at
/usr/local/gnu//lib/perl5/5.6.1/i386-sco/DynaLoader.pm line 206.
at t/01basic.t line 4
Compilation failed in require at t/01basic.t line 4.
BEGIN failed--compilation aborted at t/01basic.t line 4.
t/01basic...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/02dromeds.........Can't load 'blib/arch/auto/XML/LibXSLT/LibXSLT.so'
for module XML::LibXSLT: dynamic linker : /usr/local/gnu/bin/perl :
error opening libxslt.so0 at
/usr/local/gnu//lib/perl5/5.6.1/i386-sco/DynaLoader.pm line 206.
at t/02dromeds.t line 3
Compilation failed in require at t/02dromeds.t line 3.
BEGIN failed--compilation aborted at t/02dromeds.t line 3.
t/02dromeds.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/03input...........Can't load 'blib/arch/auto/XML/LibXSLT/LibXSLT.so'
for module XML::LibXSLT: dynamic linker : /usr/local/gnu/bin/perl :
error opening libxslt.so0 at
/usr/local/gnu//lib/perl5/5.6.1/i386-sco/DynaLoader.pm line 206.
at t/03input.t line 3
Compilation failed in require at t/03input.t line 3.
BEGIN failed--compilation aborted at t/03input.t line 3.
t/03input...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
t/04params..........Can't load 'blib/arch/auto/XML/LibXSLT/LibXSLT.so'
for module XML::LibXSLT: dynamic linker : /usr/local/gnu/bin/perl :
error opening libxslt.so0 at
/usr/local/gnu//lib/perl5/5.6.1/i386-sco/DynaLoader.pm line 206.
at t/04params.t line 4
Compilation failed in require at t/04params.t line 4.
BEGIN failed--compilation aborted at t/04params.t line 4.
t/04params..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
Failed 6/6 tests, 0.00% okay
t/05quick...........Can't load 'blib/arch/auto/XML/LibXSLT/LibXSLT.so'
for module XML::LibXSLT: dynamic linker : /usr/local/gnu/bin/perl :
error opening libxslt.so0 at
/usr/local/gnu//lib/perl5/5.6.1/i386-sco/DynaLoader.pm line 206.
at t/05quick.t line 3
Compilation failed in require at t/05quick.t line 3.
BEGIN failed--compilation aborted at t/05quick.t line 3.
t/05quick...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
t/06output..........Can't load 'blib/arch/auto/XML/LibXSLT/LibXSLT.so'
for module XML::LibXSLT: dynamic linker : /usr/local/gnu/bin/perl :
error opening libxslt.so0 at
/usr/local/gnu//lib/perl5/5.6.1/i386-sco/DynaLoader.pm line 206.
at t/06output.t line 4
Compilation failed in require at t/06output.t line 4.
BEGIN failed--compilation aborted at t/06output.t line 4.
t/06output..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-29
Failed 29/29 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/01basic.t 255 65280 2 2 100.00% 1-2
t/02dromeds.t 255 65280 6 6 100.00% 1-6
t/03input.t 255 65280 9 9 100.00% 1-9
t/04params.t 255 65280 6 6 100.00% 1-6
t/05quick.t 255 65280 4 4 100.00% 1-4
t/06output.t 255 65280 29 29 100.00% 1-29
Failed 6/6 test scripts, 0.00% okay. 56/56 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2
S'YÁ.s[c}Ý&+ou1Ø»ÏhcáR¸%^?MééF?DÕF&oTG?¼êYrµµah*ø§Z?â
3Ç?-رU> ÷lU
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
http://listserv.ActiveState.com/mailman/listinfo/perl-xml
|