Hi all,
It is my first time I am building the apache with the mod_perl enabled.
I have installed it as static module. Then I compiled the apache
(1.3.9). Everything passed ok (I skipped the make test because I don't
have the LWP package).
Now, when I start the apache I get this in the error_log:
Apache.pm failed to load!.
[Tue Nov 9 17:10:46 1999] [warn] pid file
/www/apache/v1.3.9/logs/httpd.pid overwritten -- Unclean shutdown of
previous Apache run?
Apache.pm failed to load!.
What should I do ? should I add the addModule directive to the
httpd.conf ?
Should I alter the @INC variable ? when I run the Apache.pm by myself I
see that it has a problem that it cannot find modules in the @INC - how
do I change this environment variable ? which of the (three) Apache.pm
I have is the one that the apache is running ?
I read all the docs,readme's, Install's, but still I have all these
questions - please help.