Installing mod_perl

I have a dedicated server I bought with Plesk 7.5, but I can't figure out how to install mod_perl onto it. I am rather new at working with linux so any help is appreciated. When I run Makefile.PL this is the output I get:

# perl Makefile.PL
no conflicting prior mod_perl version found - good.

Next we need to know where the 'apxs' script is located. This script
provides a lot of information about the Apache installation, and makes
it easier to find things on your system. Normally it's located in the
same directory as the 'httpd' executable.

If you don't yet have Apache installed you can build Apache against
the Apache source code, but you won't be able to run the test suite (a
very important step). Therefore you may want to install Apache before
proceeding.


Please provide a full path to 'apxs' executable
(press Enter if you don't have it installed): /usr/local/psa/admin/bin/apxs


[ error] Unable to open /usr/local/psa/admin/include/ap_release.h: No such file or directory
[ error] Unable to determine server version, aborting.
[ error] Invalid MP_APXS specified?

The server is running CentOS 3.

 

 

 

 

Top