> There's the problem you don't have zlib installed !!!!!!!!!
> Install the
> devel-package and try again. The error-messag procuded by perl
> Makefile.PL is misleading because the include/lib-paths are set
> appropiately.
Gahhhh!!!!!!
Why didn't it just say that?!?! ... OK, installed that and got over that hurdle. The
CPAN shell now seems happy with XML::LibXML.
So I moved on to the next on that list: XML::LibXSLT.
This bummed out in CPAN shell. So I downloaded the source again. It created the
makefile OK. It ran make OK. But it drops out when I run make test - see log
inserted below.
So what do I do? Try and force it to install (do I do that with "force" in the CPAN
shell) or is something else broken here that I need to fix?
Sorry for all the hand-holding .... I feel so close!
This'll be a real achievement when I finally get through it all! And thanks SOOO much
for reading that error for me, Tom - I didn't get it at all!
Peter.
sams:/home/samwise/Documents/src/perlmodules/XML-LibXSLT-1.53 # perl Makefile.PL
running xslt-config... ok
looking for -lxslt... yes
looking for -lexslt... yes
Checking if your kit is complete...
Looks good
Writing Makefile for XML::LibXSLT
sams:/home/samwise/Documents/src/perlmodules/XML-LibXSLT-1.53 # make
cp benchmark.pl blib/lib/XML/benchmark.pl
cp LibXSLT.pm blib/lib/XML/LibXSLT.pm
/usr/bin/perl /usr/local/lib/perl5/5.8.3/ExtUtils/xsubpp -typemap
/usr/local/lib/perl5/5.8.3/ExtUtils/typemap -typemap typemap LibXSLT.xs > LibXSLT.xsc
&& mv LibXSLT.xsc LibXSLT.c
cc -c -I/usr/local/include -I/usr/local/include/libxml2 -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3
-DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -fpic
"-I/usr/local/lib/perl5/5.8.3/i686-linux/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT
LibXSLT.c
cc -c -I/usr/local/include -I/usr/local/include/libxml2 -fno-strict-aliasing
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3
-DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -fpic
"-I/usr/local/lib/perl5/5.8.3/i686-linux/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT
perl-libxml-mm.c
Running Mkbootstrap for XML::LibXSLT ()
chmod 644 LibXSLT.bs
rm -f blib/arch/auto/XML/LibXSLT/LibXSLT.so
LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib LibXSLT.o perl-libxml-mm.o
-o blib/arch/auto/XML/LibXSLT/LibXSLT.so -L/usr/local/lib -lxslt -lexslt -lxml2
-liconv -lm
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
Manifying blib/man3/XML::LibXSLT.3
sams:/home/samwise/Documents/src/perlmodules/XML-LibXSLT-1.53 # make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/01basic........ok
t/02dromeds......ok
t/03input........ok
t/04params.......ok
t/05quick........ok
t/06output.......ok
t/07blankdoc.....ok
t/08literal......ok
t/09exslt........ok
t/10functions....ok 6/14Use of uninitialized value in concatenation (.) or string at
t/10functions.t line 9.
t/10functions....ok 7/14Use of uninitialized value in concatenation (.) or string at
t/10functions.t line 9.
t/10functions....dubious
Test returned status 0 (wstat 11, 0xb)
DIED. FAILED tests 8-14
Failed 7/14 tests, 50.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/10functions.t 0 11 14 14 100.00% 8-14
Failed 1/10 test scripts, 90.00% okay. 7/94 subtests failed, 92.55% okay.
make: *** [test_dynamic] Error 2
sams:/home/samwise/Documents/src/perlmodules/XML-LibXSLT-1.53 #
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]