Richard Foley wrote:
Thing is, it's not happening on another box, with a similar installation, and the same code base, so I'm suspecting something environment oriented, odd libraries or the like. The major thing that's different is the modperl installation - which I installed against apache manually, under SuSe 10, instead of using the standard Debian package install which the working box uses, for various reasons.
Did you compile mod_perl as DSO by any chance? I might try doing it statically. Also, see if the perl on the machine where it works is the same as this one, with the same compile options (especially threads).
- Perrin