Re: Error with apache with mod_perl

2001-08-01 Thread Doug MacEachern
On Mon, 30 Jul 2001, Mauricio Amorim wrote: Hi, my name is Mauricio 2) I install mod_perl 1.1.26 with the following options: cd mod_perl_1.1.26 perl Makefile.PL APACHE_SRC=../apache.1.3.20/src USE_APACI=1 USE_DSO=1 you should have seen this warning: Your Perl is uselargefiles enabled,

Error with apache with mod_perl

2001-07-30 Thread Mauricio Amorim
Hi, my name is Mauricio I'm from Brazil I am trying install apache 1.3.20 with mod_perl 1.1.26 on Solaris 2.6 The output of gcc -vis: Reading specs from /net/gnu/stow/gcc-2.95.2-5.6/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specsgcc version 2.95.2 19991024 (release) The steps of

Re: PLEASE HELP - ERROR Linking Apache with mod_perl

2000-01-26 Thread Stas Bekman
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.9

PLEASE HELP - ERROR Linking Apache with mod_perl

2000-01-25 Thread Asghar Nafarieh
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