> Maybe you could also paste the output of perl Makefile.PL DEBUG=1

Okay, starting over, here's output for perl Makefile.PL DEBUG=1 (forgive
the long post - please skip below for results of "make test"):

==================================================================

AxKit's installer magic requires ExtUtils::AutoInstall. AxKit comes
with an older version, but it will not be installed.  You should
install the most recent ExtUtils::AutoInstall at your convenience.

==================================================================

*** ExtUtils::AutoInstall version 0.32
*** Checking for dependencies...
[Core Features]
- mod_perl        ...loaded. (1.29 >= 1.17)
- Digest::MD5     ...loaded. (2.33 >= 2.09)
- Compress::Zlib  ...loaded. (1.33)
- Error           ...loaded. (0.15 >= 0.14)
- Apache::Request ...loaded. (1.3 >= 0.31_03)
- File::Basename  ...loaded. (2.73)
- File::Spec      ...loaded. (3.01)
[Apache::Test for live server tests]
- Apache::Test    ...loaded. (1.15 >= 1.00)
[Optional modules for using XPathScript]
- XML::Parser     ...loaded. (2.34 >= 2.27)
- XML::XPath      ...loaded. (1.13 >= 1.00)
[Optional module for using Sablotron XSLT engine]
- XML::Sablotron  ...failed! (needs 0.40)
==> Do you wish to install the 1 optional module(s)? [n]
[Optional modules required for XSP and LibXSLT engine]
- XML::LibXML     ...loaded. (1.58 >= 1.51)
[Optional module required for LibXSLT engine]
- XML::LibXSLT    ...loaded. (1.57 >= 1.49)
[Optional for tidying output of AxTraceIntermediate XSP pages]
- Perl::Tidy      ...loaded. (20031021)
*** ExtUtils::AutoInstall configuration finished.
[   info] generating script t/TEST
running xml2-config... ok
looking for -lxml2... yes
checking for iconv() in -liconv... no
checking for libiconv() in -liconv... no
checking for iconv() in -lc... yes
Writing Makefile for Apache::AxKit::CharsetConv
Writing Makefile for AxKit
[EMAIL PROTECTED] AxKit-1.62]# perl Makefile.PL DEBUG=1

==================================================================

AxKit's installer magic requires ExtUtils::AutoInstall. AxKit comes
with an older version, but it will not be installed.  You should
install the most recent ExtUtils::AutoInstall at your convenience.

==================================================================

*** ExtUtils::AutoInstall version 0.32
*** Checking for dependencies...
[Core Features]
- mod_perl        ...loaded. (1.29 >= 1.17)
- Digest::MD5     ...loaded. (2.33 >= 2.09)
- Compress::Zlib  ...loaded. (1.33)
- Error           ...loaded. (0.15 >= 0.14)
- Apache::Request ...loaded. (1.3 >= 0.31_03)
- File::Basename  ...loaded. (2.73)
- File::Spec      ...loaded. (3.01)
[Apache::Test for live server tests]
- Apache::Test    ...loaded. (1.15 >= 1.00)
[Optional modules for using XPathScript]
- XML::Parser     ...loaded. (2.34 >= 2.27)
- XML::XPath      ...loaded. (1.13 >= 1.00)
[Optional module for using Sablotron XSLT engine]
- XML::Sablotron  ...failed! (needs 0.40)
==> Do you wish to install the 1 optional module(s)? [n]
[Optional modules required for XSP and LibXSLT engine]
- XML::LibXML     ...loaded. (1.58 >= 1.51)
[Optional module required for LibXSLT engine]
- XML::LibXSLT    ...loaded. (1.57 >= 1.49)
[Optional for tidying output of AxTraceIntermediate XSP pages]
- Perl::Tidy      ...loaded. (20031021)
*** ExtUtils::AutoInstall configuration finished.
[   info] generating script t/TEST
running xml2-config... xml2-config --libs
xml2-config --cflags
ok
looking for -lxml2... /usr/bin/perl Makefile.PL 'INC=
-I/usr/include/libxml2' 'LIBS= -L/usr/lib -lxml2 -lz -lpthread -lm'
Writing Makefile for Conftest
make test 'OTHERLDFLAGS=-lxml2'
cp Conftest.pm blib/lib/Conftest.pm
/usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.8.5/ExtUtils/typemap  Conftest.xs > Conftest.xsc && mv
Conftest.xsc Conftest.c
cc -c  -I/usr/include/libxml2 -fno-strict-aliasing -pipe
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm -O2   -DVERSION=\"1\" -DXS_VERSION=\"1\" -fpic
"-I/usr/lib/perl5/5.8.5/i686-linux-ld/CORE"   Conftest.c
Running Mkbootstrap for Conftest ()
chmod 644 Conftest.bs
rm -f blib/arch/auto/Conftest/Conftest.so
LD_RUN_PATH="/usr/lib" cc  -shared -L/usr/local/lib Conftest.o -lxml2 -o
blib/arch/auto/Conftest/Conftest.so   -L/usr/lib -lxml2 -lz -lpthread
-lm
chmod 755 blib/arch/auto/Conftest/Conftest.so
cp Conftest.bs blib/arch/auto/Conftest/Conftest.bs
chmod 644 blib/arch/auto/Conftest/Conftest.bs
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
# Running under perl version 5.008005 for linux
# Current time local: Fri Oct 29 09:21:20 2004
# Current time GMT:   Fri Oct 29 13:21:20 2004
# Using Test.pm version 1.25
ok 1
yes
calling WriteMakefile with config:
INC =  -I/usr/include/libxml2
-I/usr/lib/perl5/site_perl/5.8.5/i686-linux-ld/auto/Apache/include
-I/usr/lib/perl5/site_perl/5.8.5/i686-linux-ld/auto/Apache/include/modul
es/perl
-I/usr/lib/perl5/site_perl/5.8.5/i686-linux-ld/auto/Apache/include/inclu
de
-I/usr/lib/perl5/site_perl/5.8.5/i686-linux-ld/auto/Apache/include/regex
-I/usr/lib/perl5/site_perl/5.8.5/i686-linux-ld/auto/Apache/include/os/un
ix
LIBS =  -L/usr/lib -lxml2 -lz -lpthread -lm -lxml2 -lz
DEFINE =  -DHAVE_BLANK -DHAVE_LIBXML2
checking for iconv() in -liconv... no
checking for libiconv() in -liconv... no
checking for iconv() in -lc... yes
Writing Makefile for Apache::AxKit::CharsetConv
Writing Makefile for AxKit

"make test" quits at (when I select "No"):

Running the test suite is important to make sure that the module that
you are about to install works on your system. If you choose not to
run the test suite and you have a problem using this module, make sure
to return and run this test suite before reporting any problems to the
developers of this module.

Skip the test suite? [No]
make: *** [run_tests] Error 1

Does this give any clues?

####################################
### Jesse Stay                   ###
### Lead Applications Developer  ###
### IMD Classifieds              ###
### Media General, Inc.          ###
### (804)649-6534                ###
####################################
#!/usr/bin/perl
$^=q;@!>~|{>krw>yn{u<$$<Sn||n<|}j=<$$<Yn{u<Qjltn{ > 0gFzD gD,
00Fz, 0,,( 0hF 0g)F/=, 0> "L$/GEIFewe{,$/ 0C$~> "@=,m,|,(e 0.),
01,pnn,y{
rw} >;,$0=q,$,,($_=$^)=~y,$/ C-~><@=\n\r,-~$:-u/
#y,d,s,(\$.),$1,gee,print

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to