Hi Doc,

On Tue, 8 May 2007, The Doctor wrote:
I am trying to compile the most recent version of mod_perl 2

however once install, Apache says  it cannot find the so even
tough it is there.

Pointers please.

The LoadModule can point to a module either relative to your ServerRoot or it can be an absolute path. I'm not sure about the later, since I usually configure it relative to the ServerRoot. In any case you can:

i) Check your ServerRoot and LoadModule paths to check that together they form the path to your .so

ii) If the LoadModule path is an incorrect absolute path, you can correct it.

iii) If the DSO's are in a non-standard location, you can set an absolute path in the LoadModule... doesn't seem nice somehow.

iv) If all of the above seems in order, check that the .so's are executable and accessible by the apache process.

Fiq

Reply via email to