On attempting to upgrade to v1.6.1 I found that using the same commands to
compile AxKit resulted in two strange errors:
1. libxml2 could not be found, although xml2-config could be. 2. libiconv was detected after running 'perl Makefile.PL ...' but make would return errors about not being able to locate iconv.h.
Interestingly, this second problem only occurred when I tried to do a
manual install. Installing via the CPAN shell would not return this error;
instead I would get the errors mentioned by Mark Cance when I restarted
Apache. The first problem occurred in both circumstances.
I was able to immediately downgrade to v1.6 without any problems, using
the same commands as given above, and Apache/AxKit is again working fine.
(Both libxml2 and libiconv could be found during compilation.)
I have attempted to set the values for LIBS and INC through the CPPFLAGS,
LIBRARY_PATH and CPLUS_INCLUDE_PATH environment variables as well but
without any success.
Any suggestions on how to proceed?
I would suggest running with the DEBUG=1 flag to Makefile.PL, and see if we're dropping those flags somewhere. Or check for them in the generated Makefile.
Matt.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
