Asghar, I've answered this question a few days ago - look at the archives!
(hint: perl.apache.org) search for PL_perl_destruct_level
(it'll show up in the next guide's release)
> I hope somebody could respond to this problem.
>
>
> I get the following link error when I try to make apache_1.3.
Hi there,
On Thu, 20 Jan 2000, Asghar Nafarieh wrote:
> cd mod_perl-1.21
> perl Makefile.PL PREP_HTTPD=1
I took this from the Guide:
% cd /usr/src
% lwp-download http://www.apache.org/dist/apache_x.x.x.tar.gz
% lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
% tar zvxf ap
I hope somebody could respond to this problem.
I get the following link error when I try to make apache_1.3.9 with
mod_perl-1.21. Am I missing a library module?
Thanks,
-Asghar
This is how I built it:
cd mod_perl-1.21
perl Makefile.PL PREP_HTTPD=1
make
make test
make install
cd ../apache