Makefile output below. Everything installs ok, it's only when I try and start Apache that things start to go wrong.
I haven't tried 'make test'. Downgraded to AxKit1.6.1 and got the same problem. However 1.6 works ok. Mark. # 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.20 >= 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.71) - File::Spec ...loaded. (0.83) [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] n [Optional modules required for XSP and LibXSLT engine] - XML::LibXML ...loaded. (1.57 >= 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 ...failed! (needed) ==> Do you wish to install the 1 optional module(s)? [n] n *** 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/local/include/libxml2' 'LIBS= -L/usr/local/lib -lxml2 -lz -lm' Writing Makefile for Conftest make test 'OTHERLDFLAGS=-lxml2' cp Conftest.pm blib/lib/Conftest.pm /usr/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.0/ExtUtils/typemap Conftest.xs > Conftest.xsc && mv Conftest.xsc Conftest.c cc -c -I/usr/local/include/libxml2 -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -DVERSION=\"1\" -DXS_VERSION=\"1\" -DPIC -fpic "-I/usr/local/lib/perl5/5.8.0/i386-freebsd/CORE" Conftest.c Running Mkbootstrap for Conftest () chmod 644 Conftest.bs rm -f blib/arch/auto/Conftest/Conftest.so LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -shared -L/usr/local/lib Conftest.o -lxml2 -o blib/arch/auto/Conftest/Conftest.so -L/usr/local/lib -lxml2 -lz -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 ok 1 yes calling WriteMakefile with config: INC = -I/usr/local/include/libxml2 -I/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/Apache/include -I/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/Apache/include/modu les/perl -I/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/Apache/include/incl ude -I/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/Apache/include/rege x -I/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/Apache/include/os/u nix -I/usr/local/apache/include LIBS = -L/usr/local/lib -lxml2 -lz -lm -lxml2 -lz DEFINE = -DHAVE_BLANK -DHAVE_LIBXML2 checking for iconv() in -liconv... yes Found libiconv. Might be *BSD or Win32... Writing Makefile for Apache::AxKit::CharsetConv Writing Makefile for AxKit On 28/10/04 6:04 pm, "Tom Schindl" <[EMAIL PROTECTED]> wrote: > Maybe you could also paste the output of perl Makefile.PL DEBUG=1 > > Tom Schindl wrote: > >> What does >> >> -----------------8<----------------- >> [EMAIL PROTECTED]>ldd >> /usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/AxKit/AxKit.so >> [EMAIL PROTECTED]>nm >> /usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/AxKit/AxKit.so >> | fgrep iconv -----------------8<----------------- >> >> tell you? >> >> Tom >> >> Freeloader Groups wrote: >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
