Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Problems with Finding mod_perl

by Hrunting (Pilgrim)
on Jan 11, 2002 at 18:45 UTC ( [id://138012]=note: print w/replies, xml ) Need Help??


in reply to Problems with Finding mod_perl

mod_perl compiles a libperl.so into your apache libexec/ directory. If it's not there, it won't work. As mentioned above, you need to have an Apache server with DSO capabilities (do a bin/httpd -l and look for mod_so). If you install mod_perl via APXS, it will put the necessary lines in your conf/httpd.conf file for you, so you can look in the httpd.conf file for libperl.so and see if it's been installed correctly.

In my experience, installing mod_perl via CPAN is generally a bad idea. It's typically better to install it by hand. I'm not saying it won't work, but a mod_perl isn't a typical perl module. It requires either the Apache source or the Apache apxs code and an Apache server that's setup to handle it.

Try reading the aforementioned guide and doing it by hand.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://138012]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found