Hello,[...]
-------------8<---------- Start Bug Report
------------8<----------
1. Problem Description:
It appears, it is still finding a 1.3 Apache install
somewhere, and is using this binary, as I have totally
renamed /etc/httpd and re-linked this to a directory
where the Apache 2.x exists: ie. /usr/local/apache2
Here are the particulars:
Contents of script named doit: #!/bin/bash cd /var/modperl-2.0 perl Makefile.PL MP_AP_PREFIX=/tmp/cc/httpd-2.0.48 \ MP_APXS=/usr/local/apache2/bin/apxs MP_INST_APACHE2=1 MP_DEBUG=1
Execution of Script ./doit Produces: [EMAIL PROTECTED] cc]# ./doit Reading Makefile.PL args from @ARGV MP_AP_PREFIX = /tmp/cc/httpd-2.0.48 MP_APXS = /usr/local/apache2/bin/apxs MP_INST_APACHE2 = 1 MP_DEBUG = 1 Configuring Apache/2.0.48 mod_perl/1.99_13-dev Perl/v5.8.0 *** file /etc/httpd/conf.d/*.conf does not exist generating script t/TEST Writing Makefile for Apache::Test generating script t/TEST Writing Makefile for ModPerl::Registry
[...]
Writing Makefile for mod_perl
*** mod_perl dso library will be built as mod_perl.so
*** mod_perl static library will be built as
mod_perl.a
*** You'll need to add the following to httpd.conf:
*** LoadModule perl_module modules/mod_perl.so
*** Apache Perl modules will be installed relative to
Apache2/
*** Don't forget to:
*** - configure 'PerlModule Apache2' in httpd.conf
*** - or 'use Apache2 ();' in a startup script
*** file /etc/httpd/conf.d/*.conf does not exist
You need to run now:
make && make test && make install
just like with any perl CPAN module.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html