On Fri, 23 Jun 2000, Jakub Vosahlo wrote:

> I have tried to compile mod_perl statically into httpd using axps. I have
> received httpd file much bigger than an "empty" one, but httpd didn't know
> anything about mod_perl directives inside httpd.conf (it complained about
> not loaded shared module, but that wqs not what I was doing in that time).

Sometimes this is caused by forgetting to install the actual new httpd in
addition to the mod_perl stuff.  Take a look at this entry in the guide:
http://perl.apache.org/guide/install.html#Installation_make_install_

I made this mistake the first time I tried to install mod_perl.

- Perrin

Reply via email to