Will mod_perl work as a DSO using  USE_APXS=1?

I've tried it very simply as:
        perl Makefile.PL USE_APXS=1
        make
        make install

It compiles ok and Apache 1.3.12 will startup identifying itself as
mod_perl/1.22_01-dev mod_ssl 2.6.2 openSSL 0.9.5a (sometimes I Load php4
too but it doesn't matter either way).  When its up, I can load regular html
files and images and php scripts that access a PostgreSQL db.  But when I try
to access a pl script or directory, I get no data returned and:

        child pid xxxxx exit signal Segmentation fault (11)

everytime.  Sometimes I get other strange messages in the apache error_log too.

Is there some special way to compile it?  I've tried the 1.22 stable also, same
thing.

I've tried compiling php4 and mod_perl into apache statically also.  It worked
but was unstable -  php4 would cause seg faults sometimes.  I think it was
mod_perl's fault tho.  When I remove mod_perl, things seem ok again.  I'm
hoping to be able make mod_perl as DSO so I can play around with it
sometimes by loading it just when I want to.

-- 
Robert B. Easter
[EMAIL PROTECTED]

Reply via email to