ok i recompiled both apache and modperl  on redhat 6.1 and things are a go
, my own modules are in etc
yay!

so i guess this is the only way to do it with dso

for apache 1.3.9
 ./configure --enable-rule=shared_core --with-perl=/usr/bin/perl
--enable-module=so --enable-module=rewrite


for modperl-1.21
 perl Makefile.PL USE_APXS=1 USE_DSO=1 WITH_APXS=/usr/sbin/apxs
EVERYTHING=1

ill leave the compiles here in case anyone needs them
contact me post haste if you do

Reply via email to