On Wed, Mar 24, 1999, gil wrote:

> I am running RedHat 5.2's SSL out of the box. It's up and running OK,
> but when I attempt to incorporate mod_perl by uncomment�ng the following two lines 
>in 
> httpd.conf, I get an error.
> 
> Uncomment theste two lines
> ----------------------------------------
> LoadModule perl_module          modules/libperl.so
> AddModule mod_perl.c
> 
> ERROR in log file
> --------------------------
> [Wed Mar 24 22:29:11 1999] [error] Can't locate loadable object for module 
> Apache::Server in @INC (@INC contains: /usr/lib/perl5/i386-linux/5.00404 
> /usr/lib/perl5 /usr/lib/perl5/site_perl/i386-linux /usr/lib/perl5/site_perl . 
> /etc/httpd/ /etc/httpd/lib/perl) at /usr/lib/perl5/site_perl/Apache.pm line 23
> 
> Can't load Perl module `Apache', exiting...
> ----------------------------------------------------------
> I tried to add a "use lib..." to Apache.pm, but that didn't work. How do I fix 
> this error?
> 
> BTW, I'm running  Red Hat Secure/2.0 (Unix) PHP/3.0.3 mod_ssl/2.0.7
> SSLeay/0.9.0b

That's a mod_perl/Perl problem and not related to mod_ssl.  Seems like your
Perl installation is missing the Apache::XXX Perl-side of mod_perl. You've to
ask on the mod_perl support mailing list ([EMAIL PROTECTED]) for this. But I
recommend you to reinstall mod_perl and look where it installs the Apache:XXX
files.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to