Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_perl 2 installation

Status
Not open for further replies.

aznluvsmc

MIS
Mar 21, 2004
476
CA
Hi,

I need help installing mod_perl2 statically into Apache 2. The instructions on the mod_perl site don't work.

Here's what I've done to try and get it installed.

1. Download and extract mod_perl and Apache source trees
2. Configure and install Apache
#> ./configure --prefix=/usr/local/apache2 --enable-vhost-alias

#> make
#> make install

3. Installed mod_perl with the following:
#> perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=/path/to/apache/source MP_AP_CONFIGURE="--with-mpm=prefork"

#> make
#> make install

4. Recompile Apache using the same options as step 2

I checked the installed modules after reinstalling Apache in step 4 using ./httpd -l but mod_perl is not listed as a module.

Can someone please enlighten me as to where I went wrong?
 
Problem has been solved. There was conflicting instructions between the official document and my professor's instructions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top