Re: Another Apache.pm failed to load!. question....

2002-10-08 Thread Andrew McCall
On Monday 07 October 2002 11:05 am, Axel Gerstmair wrote: Hello Andrew, it seems like the Perl side of mod_perl is not installed. As far as I know, you must always do a make and make install in the directory where you untarred your mod_perl sources, so that the Perl modules get installed

Another Apache.pm failed to load!. question....

2002-10-07 Thread Andrew McCall
instructions and everything compiles and installs great however, when I try to start the server I get the Apache.pm failed to load!. error in my error_log file! I have re-configured/make'd etc. around 3 times just to make sure that I haven't done any thing differently. I am 99% confident

Re: Another Apache.pm failed to load!. question....

2002-10-07 Thread Axel Gerstmair
Hello Andrew, it seems like the Perl side of mod_perl is not installed. As far as I know, you must always do a make and make install in the directory where you untarred your mod_perl sources, so that the Perl modules get installed correctly. If you want to make Apache separately, you must leave

Apache.pm failed to load!

2002-06-04 Thread James Kirkland
Hi, I am getting the "Apache.pm failed to load!" error. I need help to resolve: [root@fisher mysql]# perl -MApache -e 1 Can't load '/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Slash/Apache/Apache.so' for module Slash::Apache: /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/Sl

Re: Apache.pm failed to load!

2002-06-04 Thread Stas Bekman
it? When do you get this error James Kirkland wrote: Hi, I am getting the Apache.pm failed to load! error. I need help to resolve: [root@fisher mysql]# perl -MApache -e 1 You shouldn't be testing mod_perl modules from the command line. it won't work. If it happens under mod_perl, see: http

Re: Apache.pm failed to load!

2002-06-04 Thread Stas Bekman
James Kirkland wrote: Hi, I am getting the Apache.pm failed to load! error. I need help to resolve: [root@fisher mysql]# perl -MApache -e 1 You shouldn't be testing mod_perl modules from the command line. it won't work. If it happens under mod_perl, see: http://perl.apache.org

Re: Apache.pm failed to load!

2002-06-04 Thread James Kirkland
Hi, For more information I get that error when I run: httpd -f conf/httpd.conf -DHAVE_PERL thanks James - Original Message - From: James Kirkland To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 11:09 Subject: Apache.pm failed to load! Hi, I am

Re: Apache.pm failed to load!

2002-06-04 Thread James Kirkland
Kirkland To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 11:09 Subject: Apache.pm failed to load! Hi, I am getting the "Apache.pm failed to load!" error. I need help to resolve: [root@fisher mysql]# perl -MApache -e 1 Can't load '/usr/lib/perl5/site_perl/

Apache.pm failed to load!.

2002-01-21 Thread Rasoul Hajikhani
Folks, After installing mod_perl-1.25 apache_1.3.22 I get this error message! I know this is a really serious error, but I was wondering if any one could tell me why I would get this since the installation of both mod_perl and apache went through without a problem?! -r

Re: Apache.pm failed to load!.

2002-01-21 Thread ___cliff rayman___
first off, that looks like a spanking brand new version of apache but an older version of mod_perl. you will probaby be happier with mod_perl-1.26 what happens when you try the following from the command line? perl -MApache -e 1 Rasoul Hajikhani wrote: Folks, After installing mod_perl-1.25

Re: Apache.pm failed to load!.

2002-01-21 Thread Rasoul Hajikhani
___cliff rayman___ wrote: first off, that looks like a spanking brand new version of apache but an older version of mod_perl. you will probaby be happier with mod_perl-1.26 what happens when you try the following from the command line? perl -MApache -e 1 Rasoul Hajikhani wrote:

'PerlModule Apache' creates a error when include in httpd.conf-trying to fix 'Apache.pm failed to load' problem

2001-01-15 Thread pemalone
Problem: I configure apache and mod_perl. One day it runs fine. The next day I stop and start the server and get a 'Apache.pm failed' problem. I looked at the web site and found I needed to add ' PerlModule Apache' to my httpd.conf file. I get the error message listed below. I looked at

Apache.pm failed to load!.

2000-08-24 Thread Alexander Farber (EED)
am unable to connect to http://localhost:8080/ and don't see httpd in "ps uax", neither in "netstat" (and the port 8080 is free). In the "~/apache/logs/error_log" file I see "Apache.pm failed to load!." I am using "SunOS 5.6 Generic_105181-19 sun4u sparc

Re: Apache.pm failed to load!.

2000-08-24 Thread Alexander Farber (EED)
Sorry, I have forgotten to set PERL5LIB. After setenv PERL5LIB /home/eedalf/lib/perl5/site_perl/5.005/sun4-solaris everything seems to work. Can I specify this location somewhere in httpd.conf?

Re: Apache.pm failed to load!.

2000-08-24 Thread Stas Bekman
On Thu, 24 Aug 2000, Alexander Farber (EED) wrote: Sorry, I have forgotten to set PERL5LIB. After setenv PERL5LIB /home/eedalf/lib/perl5/site_perl/5.005/sun4-solaris everything seems to work. Can I specify this location somewhere in httpd.conf?

Re: Apache.pm failed to load

2000-08-22 Thread Stas Bekman
On Mon, 21 Aug 2000, Clayton Mitchell wrote: I think I followed the directions, and I also added "PerlModule Apache" in httpd.conf, but I still get the error "Apache.pm failed to load!." when trying to start httpsd. I am on Sol 2.7, gcc 2.8.1 apache-1.3.

Apache.pm failed to load

2000-08-21 Thread Clayton Mitchell
I think I followed the directions, and I also added "PerlModule Apache" in httpd.conf, but I still get the error "Apache.pm failed to load!." when trying to start httpsd. I am on Sol 2.7, gcc 2.8.1 apache-1.3.12 and openssl_0.9.5 and mod_perl-1.24. I have performe

Re: Apache.pm failed to LOAD!

2000-05-04 Thread Doug MacEachern
error_log there is a message "Apache.pm failed to LOAD!" assuming you did 'make install' in the mod_perl directory, does adding 'PerlModule Apache' to your httpd.conf make any difference?

Apache.pm failed to LOAD!

2000-05-03 Thread Wang, Pin-Chieh
Hi, I build the apache1.3.12 using mod_perl 1.23 on Solaris 2.6 machine, everything looks fine and installed successfully (at least the installation program told me so...) But when I start httpd using apachectl start, httpd did not start within error_log there is a message "Apache.pm f

Re: Apache.pm failed to LOAD!

2000-05-03 Thread Jeff Beard
the installation program told me so...) But when I start httpd using apachectl start, httpd did not start within error_log there is a message "Apache.pm failed to LOAD!" Any one have any ideal? Thanks in advance P C Wang Jeff Beard ___