On Fri, 2003-07-18 at 00:30, Matt Sergeant wrote: > >> enable native perl UTF8 > >> running xml2-config...failed > > is xml2-config in your path? It gets installed with libxml2-devel.
Yay!. Yes it was, but it was /usr/local/bin/xml2-config, and there was another in /usr/bin, which is the one installed by libxml2-devel. Goddess knows where the one in /usr/local/bin came from. Thanks for spotting that. It now says it's an untested xml2-config but it went ahead and built it, seemingly without error. Ditto LibXSLT, Compress::Xlib, and Error. However, installing Apache::Request found a dependency for Apache::Test, and during the build of Apache::Test it says: > waiting for server to start: .Syntax error on line 22 of > /root/.cpan/build/Apache-Test-1.03/t/conf/httpd.conf: > Invalid command 'TransferLog', perhaps mis-spelled or defined by a > module not included in the server configuration > !!! > server has died with status 255 (t/logs/error_log wasn't created, > start the server in the debug mode) > make: *** [run_tests] Error 143 > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force This was using Apache-Test-1.03 so as David Nolan suggested I installed that pre-req by hand (which worked, although it did complain that > !!! Makefile.PL has found old copies of Apache/test.pm which will > be removed during 'make install' to prevent collisions with > Apache::Test: But it compiled and installed OK. Back to CPAN, but Apache::Request still fails on the same error (TransferLog invalid :-) Obviously something is still missing here. My recently-installed (see below) /home/httpd/conf/httpd.conf doesn't have any TransferLog command, but it does have a CustomLog command. But as far as I know both are valid Apache configs, and neither requires anything special. David's instructions earlier said "Download and install the latest apache 1.3.x and mod_perl 1.28". I did that from source. Should I have done it using some special CPAN version? ///Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
