ap_ctx_get with libperl.so problem.

2001-01-06 Thread andrewl

This is definitely related to libperl.so ... When I comment out
LoadModule perl_module modules/libperl.so
in httpd.conf, then apache will start.  Unfortunately, I'd like to get
mod_perl working.

Does anyone know about this ap_ctx_get?   I understand that there could
be a bug in another module that I am loading infront of libperl.so, but
which one?

Andrew L.






Re: ap_ctx_get with libperl.so problem.

2001-01-06 Thread Andrew Ho

Hello,

ALThis is definitely related to libperl.so ... When I comment out
ALLoadModule perl_module modules/libperl.so
ALin httpd.conf, then apache will start.  Unfortunately, I'd like to get
ALmod_perl working.
AL
ALDoes anyone know about this ap_ctx_get?   I understand that there could
ALbe a bug in another module that I am loading infront of libperl.so, but
ALwhich one?

This sounds like a DSO loading problem. Are you on Solaris? It's been my
experience that on Solaris, loading mod_perl as a DSO (especially if your
Perl already has a libperl.so) is usually a disaster. On our Solaris x86
boxen, we statically compile in mod_perl.

The ap_ctx_get was one of our core dumps (I don't remember which
permutation of mod_perl as DSO or Perl with shared libperl.so this was,
sorry). Others included failed calls to top_module.

Humbly,

Andrew

--
Andrew Ho   http://www.tellme.com/   [EMAIL PROTECTED]
Engineer   [EMAIL PROTECTED]  Voice 650-930-9062
Tellme Networks, Inc.   1-800-555-TELLFax 650-930-9101
--