in reply to Re: Multi-threaded perl, mod_perl and apache-1.3.x?
in thread Multi-threaded perl, mod_perl and apache-1.3.x?

Interesting, if I have apache load the libperl.so produced by a multi-threaded perl, it cores. I don't need perl's threads at all, it's just that I need to use a particular build.

Your comment about Red Hat is encouraging. I'm looking for a combination of usethreads, use5005threads, useithreads, and usemultiplicity settings that works, I'll check out theirs, maybe I get lucky.

Replies are listed 'Best First'.
Re^3: Multi-threaded perl, mod_perl and apache-1.3.x?
by perrin (Chancellor) on Jan 07, 2006 at 22:57 UTC
    Did you build mod_perl yourself against this perl? If so, it should work. You might want to look at the build instructions on the mod_perl site and possibly post your issue to the mailing list.