|
Home > Archive > Apache Server configuration support > July 2004 > starting apache with mod_perl, error on Apache.pm
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
starting apache with mod_perl, error on Apache.pm
|
|
| Selmar 2004-07-21, 6:02 pm |
| Hi,
At the moment i try to install apache_1.3.29 and mod_perl1.29. The
installations procedure was successful, but then i tried to start apache
with “apachecrl start”, although i saw on my screen :
../apachectl start: httpd started”,
then i saw in the error log “Apache.pm failed to load!.”. So i search on
the internet for this problem. Someone said then “PerlModule Apache”
should be added to my httpd.conf. So i have done this. Then i get the
error on my screen while starting:
“[error] Global symbol "@ISA" requires explicit package name at
/usr/lib/perl5/vendor_p
erl/5.8.3/CGI/Util.pm line 6.\nGlobal symbol "@EXPORT_OK" requires
explicit package name at /usr/lib/perl5/vendor
_perl/5.8.3/CGI/Util.pm line 7.\nGlobal symbol "$VERSION" requires
explicit package name at /usr/lib/perl5/vendor
_perl/5.8.3/CGI/Util.pm line 9.\n “ etcetera.....
So i went to /usr/lib/perl5/vendor_perl/5.8.3/CGI/util.pm and comment
the “use strict”. After doing this i now try again to start apache:
”./apachectl start
../apachectl start: httpd could not be started”
So do anyone know how i can start apache?
Thanks in advance!!
Selmar.
| |
| Davide Bianchi 2004-07-21, 6:02 pm |
| Selmar <selmar@notmailen.nl> wrote:
> then i saw in the error log ?Apache.pm failed to load!.?.
If it failed to load there is probably an error somewhere already.
> ?[error] Global symbol "@ISA" requires explicit package name at
> /usr/lib/perl5/vendor_p
It looks like your per installation is missing some parts.
> So do anyone know how i can start apache?
It looks to me that your mod_perl installation is faulty. fix that
first.
Davide
--
| If you think education is expensive, try ignorance. -- Derek Bok,
| president of Harvard
|
|
|
|
|
|
|