LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mod_perl? (https://www.linuxquestions.org/questions/linux-software-2/mod_perl-126161/)

ziggie216 12-15-2003 06:17 PM

mod_perl as dso?
 
can someone tell me how to install mod_perl as a DSO with Apache's APXS? I have no idea what DSO is but I dont want to pay my web host $75 to do this.

my apxs location is : /usr/local/sbin/apxs

so far what I have done is:
perl Makefile.PL \
USE_APXS=1 \
WITH_APXS=/path/to/bin/apxs \
EVERYTHING=1 \
NO_HTTPD=0 <-- Is this for if I already have apache build and install?

make
make install

I'm not sure about everything else. help please.


All times are GMT -5. The time now is 10:04 AM.