Re: install mp1 under linux 2.6 kernel

2006-09-20 Thread Jeff Pang
Sorry,I've resolved it.There is a lack of lib file.Thanks for the attention. -- Jeff Pang NetEase AntiSpam Team http://corp.netease.com

Re: install mp1 under linux 2.6 kernel

2006-09-20 Thread Jeff Pang
ally appreciated for the farther helps. -----Original Message- >From: "Philip M. Gollucci" <[EMAIL PROTECTED]> >Sent: Sep 20, 2006 4:24 PM >To: Jeff Pang <[EMAIL PROTECTED]> >Cc: modperl@perl.apache.org >Subject: Re: install mp1 under linux 2.6

Re: install mp1 under linux 2.6 kernel

2006-09-20 Thread Philip M. Gollucci
Jeff Pang wrote: > perl Makefile.PL \ > APACHE_SRC=../apache_1.3.36/src \ > NO_HTTPD=1 \ > USE_APACI=1 \ > PREP_HTTPD=1 \ > EVERYTHING=1 That loooks fine, but use 1.3.37 (mod_rewrite security fix) > ./configure --prefix=/home/apache1.3 --disable-module=all \ > --enable-module=a

install mp1 under linux 2.6 kernel

2006-09-19 Thread Jeff Pang
Hello,friends, I installed the mp1 (modperl-1.29) and apache1.3 on linux 2.6 kernel.First I compile the modperl lib: perl Makefile.PL \ APACHE_SRC=../apache_1.3.36/src \ NO_HTTPD=1 \ USE_APACI=1 \ PREP_HTTPD=1 \ EVERYTHING=1 make;make install Then I install the apache: ./c