I don't know how to do it without recompiling, but it really doesn't take 
that long to recompile. In my experience it has always taken a little 
messing around to get the configure's exactly right, so I save the 
statements for each component in a script file so I can just rerun it each 
time I need to recompile.

Here's my configure for mod_perl.  Following the mod_ssl instructions, put 
this where is says [...Now add more Apache modules to the Apache source 
tree...]:

perl Makefile.PL USE_APACI=1 EVERYTHING=1 \
         SSL_BASE=../openssl-0.9.5a \
         APACHE_PREFIX=/usr/local/apache \
         DO_HTTPD=1 \
         PREP_HTTPD=1

Now add to your apache configure:
...
--activate-module=src/modules/perl/libperl.a \
--enable-module=perl \
...

Also you will need to edit your httpd.conf to AddModule the perl mod.

Jamie

At 05:02 PM 5/11/00 -0500, Mel Sojka wrote:
>So far absolutly fantistic from the install page and the
>All-In-One install works fine, but I want to add Mod-Perl
>after the fact. I checked the Apache + mod_ssl/OpenSSL +
>mod_perl/perl install but it doesn't cover RSAref or MM. I
>went back 3 months in this list and couldn't find any
>reference. Also thanks to those that helped me unRPM the Red
>Hat 6.2 attempt to install.

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to