Hmm, deleted previous 1.6 install by hand, applied the patch and still get the same problem with 1.6.1. Output below.
Sorry I cant be much help but all this is being done on our production server and I'm getting it in the ear from the boss every time I pull the server down. I'll keep studying output and look for a fix, I don�t rule out the fact I'm just being dumb and missing something real obvious! ---output Freeloader1# 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.27 >= 1.17) - Digest::MD5 ...loaded. (2.20 >= 2.09) - Compress::Zlib ...loaded. (1.16) - Error ...loaded. (0.15 >= 0.14) - Apache::Request ...loaded. (1.0 >= 0.31_03) - File::Basename ...loaded. (2.71) - File::Spec ...loaded. (0.83) [Optional modules for using XPathScript] - XML::Parser ...loaded. (2.31 >= 2.27) - XML::XPath ...loaded. (1.12 >= 1.00) [Recommended module for speeding up URI requests] - HTTP::GHTTP ...loaded. (1.07 >= 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.52 >= 1.51) [Optional module required for LibXSLT engine] - XML::LibXSLT ...loaded. (1.53 >= 1.49) *** ExtUtils::AutoInstall configuration finished. running xml2-config... xml2-config --libs xml2-config --cflags ok looking for -lxml2... /usr/local/bin/perl5.8.0 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/local/bin/perl5.8.0 /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/local/bin/perl5.8.0 "-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 if your kit is complete... Looks good checking for iconv() in -liconv... no checking for libiconv() in -liconv... yes Found libiconv. Might be *BSD or Win32... Writing Makefile for Apache::AxKit::CharsetConv Writing Makefile for AxKit Freeloader1# /usr/local/apache/bin/apachectl sslstart Syntax error on line 387 of /usr/local/apache/conf/httpd.conf: Can't load '/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/AxKit/AxKit.so' for module AxKit: /usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/auto/AxKit/AxKit.so: Undefined symbol "libiconv_close" at /usr/local/lib/perl5/5.8.0/i386-freebsd/DynaLoader.pm line 229. at /usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/AxKit.pm line 32 BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd/AxKit.pm line 32. Compilation failed in require at (eval 11) line 3. /usr/local/apache/bin/apachectl sslstart: httpd could not be started On 20/3/03 7:26, "Matt Sergeant" <[EMAIL PROTECTED]> wrote: > On Thursday, Mar 20, 2003, at 07:26 Europe/London, David Naughton wrote: > >> Matt, are you asking me? AFAIK, I'm the only David that participated >> in this thread, yet I've had no problems installing AxKit. Did you >> mean someone else? > > Yes, I meant Scott. D'oh! Sorry, definitely too tired to be functioning > right now. > > Matt. > > > --------------------------------------------------------------------- > 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]
