|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
mod_perl install??
I am so frusterated with mod_perl. Every tutorial I see an the net is so different it drives me crazy
I have a few questions.1. Do you have to recompile apache, php, mod_ssl ext to install mod_perl?? ?? NO_HTTPD=1 ?? 2. If I don't compile apache with mod_perl what do I have to add into httpd.conf??????? 3. What switches would I use to have SSI and stuff?? ![]() |
|
#2
|
|||
|
|||
|
1) No if you use DSO method. This applies to all modules, not just mod_perl. The configure options would then be something like (for FreeBSD):
USE_APXS=1 EVERYTHING=1 PREFIX=/usr/local INSTALLSITELIB=${PREFIX}/lib/perl5/site_perl/5.005 INSTALLSITEARCH=${INSTALLSITELIB}/i386-freebsd INSTALLMAN3DIR=${PREFIX}/lib/perl5/5.00503/man/man3 WITH_APXS=${PREFIX}/sbin/apxs PERL_EXTRA_CFLAGS='-DDEFAULT_PATH=\"/bin:/usr/bin:/usr/local/bin\"' Note the two lines in bold, that's to build mod_perl as a dynamic shared module. 2) Don't understand your question 3) Not related to mod_perl, start a new thread on this. |
|
#3
|
|||
|
|||
|
Thanks!
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > mod_perl install?? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|