Ok, I'm trying to get started modperl 2.0 but I've run into a build
issue.
I started by downloading modperl 2.0 and httpd 2.0 per the instructions
in modperl_dev.pod (ok, so I didn't install the bleedperl, I'm using
5.6.1 but threads are enabled so I skipped that part).
I ran into a missing function while doing the following...
Compiling
Create the build environment
% cd modperl-2.0
% perl Makefile.PL MP_GENERATE_XS=1 MP_USE_DSO=1 \
MP_APXS=$apache_prefix/bin/apxs && make
Reading Makefile.PL args from @ARGV
MP_GENERATE_XS = 1
MP_USE_DSO = 1
MP_APXS = /usr/local/apache-2.0/bin/apxs
Using /usr/local/apache-2.0/bin/apxs
Configuring Apache/2.0.24-dev mod_perl/1.99_01-dev Perl/v5.6.1
unlink...lib/Apache2.pm
...
Undefined subroutine &Apache::TestMM::generate_script called at Makefile.PL line 71.
I found Apache::TestMM.pm but there doesn't seem to be any generate_script()
function.
Did I miss a step?
Is there a FAQ for this list? Mailing list archive?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]