Thanks a million, Tom!
I have installed the mod_perl successfully according
to your method.
And I want to configure the apche on RH9 and I hava
installed the following components--mod_perl, mod_ssl,
openssl, mod_gzip.c separeately and there is no error,
but when I run the command which is to add all modules
to apache:

[EMAIL PROTECTED] apache_1.3.31]$ ./configure
--prefix=/usr/local/apache
--activate-module=src/modules/perl/libperl.a
--activate-module=src/modules/ssl/libssl.a
--add-module=src/modules/mod_gzip/mod_gzip.c
--enable-module=so

But there is some error info:
Error: Cannot find SSL binaries under
/home/globus/Project/mod_ssl-2.8.19-1.3.31
Do u know the reason? What's "SSL banaries"?
Any others coould help me? Thanks a lot!


 --- Tom Schindl <[EMAIL PROTECTED]> 的正文:
> Hi,
> 
> well I don't know exactly what's going wrong but it
> seems that your 
> mod_perl misses building with Transhandler hooks.
> Normally I let 
> mod_perl also build/install my apache and secondly
> you should issue the 
> following make file command:
> 
> -------------------8<-------------------
> [EMAIL PROTECTED] apache]$ tar xzvf apache_1.3.29.tar.gz
> [EMAIL PROTECTED] apache]$ tar xzvf
> mod_perl-1.0-current.tar.gz
> [EMAIL PROTECTED] apache]$ cd mod_perl-1.29/
> [EMAIL PROTECTED] mod_perl-1.29]$ perl Makefile.PL
> DO_HTTPD=1 USE_APACI=1 \
>  > APACHE_PREFIX=/usr/local/apache EVERYTHING=1
> [EMAIL PROTECTED] apache]$ make && make test && make
> install
> -------------------8<-------------------
> 
> This is also documented in INSTALL.simple which
> comes with your 
> mod-perl-packages.
> 

>  

_________________________________________________________
Do You Yahoo!?
150万曲MP3疯狂搜,您闯入音乐殿堂
http://music.yisou.com/
美女明星应有尽有,搜遍美图、艳图和酷图
http://image.yisou.com
100兆邮箱够不够用?雅虎电邮自助扩容!
http://cn.rd.yahoo.com/mail_cn/tag/100m/*http://cn.promo.yahoo.com/minisite/100m/

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to