Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Stas Bekman
Dan Sully wrote: * Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... My perl doesn't have a shared lib - static only. ldd perl then. Nope. And I don't compile in bdb to perl at any rate. Yes, but what about 3rd party modules. e.g. DB::* (NDBM.so, etc.)? Only DB_File & BerkeleyDB.

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... My perl doesn't have a shared lib - static only. ldd perl then. Nope. And I don't compile in bdb to perl at any rate. Yes, but what about 3rd party modules. e.g. DB::* (NDBM.so, etc.)? Only DB_File & BerkeleyDB. Both are linked again

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Stas Bekman
Dan Sully wrote: * Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... Nope - I only have one version of BDB on my system, and both are linked against the same. As is Apache itself. What about your perl? ldd libperl.so? My perl doesn't have a shared lib - static only. ldd perl then. A

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... To submit problems reports please always following these guidelines: http://perl.apache.org/bugs/ Ok Most likely php and perl are linked against different -ldb versions and that's why you have the problem. recompile both with the sam

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
* Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... Nope - I only have one version of BDB on my system, and both are linked against the same. As is Apache itself. What about your perl? ldd libperl.so? My perl doesn't have a shared lib - static only. And I don't compile in bdb to perl

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Stas Bekman
Dan Sully wrote: * Stas Bekman <[EMAIL PROTECTED]> shaped the electrons to say... To submit problems reports please always following these guidelines: http://perl.apache.org/bugs/ Ok Most likely php and perl are linked against different -ldb versions and that's why you have the problem. recompile

Re: mod_perl2 crash with php loaded.

2004-11-23 Thread Stas Bekman
Dan Sully wrote: So this just started happening, and I'm trying to track down why. I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN Trunk) and PHP (4.3.9 or 5.0.2) don't like to play together anymore. I can have one or the other loaded, but not both. Downgrading to the prev

mod_perl2 crash with php loaded.

2004-11-23 Thread Dan Sully
So this just started happening, and I'm trying to track down why. I recently upgraded to BerkelyDB 4.3.21, and now mod_perl (1.99_17 or SVN Trunk) and PHP (4.3.9 or 5.0.2) don't like to play together anymore. I can have one or the other loaded, but not both. Downgrading to the previous version of B