On Thu, Jan 21, 1999, Gil Vidals wrote:

> I have successfully installed mod_ssl with Apache 1.3.3. Everything worked
> fine. Then I installed Apache 1.3.4 and compiled it with mod_perl.  Now
> mod_ssl no longer works. 
> 
> It gives me this error in the log file.
> 
> Thu Jan 21 11:03:08 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...
> 
> Please advise. I am very new to this and would like to know what must I
> do to fix the problem.

Although I don't understand why this message means that just mod_ssl no longer
works (I assume that the complete Apache no longer works), the problem is that
Perl can't find the DSO for Apache::Server. This is a pure Perl-related
problem only, of course. There can be a lot of reasons. The code for
Apache::Server can be built into mod_perl's libperl or it can be stand-alone.
Seems like for you it's searched stand-alone. Then a Server.so needs to be
installed somewhere in @INC. For you it usually should be in
/usr/lib/perl5/i386-linux/5.00404/auto/Apache/Server/ AFAIK.  Check for this.
Additionally I would make sure you didn't mixed different Perl installations
while building mod_perl. When all fails ask on the mod_perl mailing list,
please.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to