On 2005-09-29 12:01:46 -0400, Andres Salomon wrote: > This is just a wild guess, but this sounds a whole lot like library > conflicts; ie, a perl program pulling in libmysqlclient12 (thus causing > modperl to load libmysqlclient12), and php loading libmysqlclient10. > What perl libs are installed? What other apache modules are loaded, and > what libs are they pulling in? What versions of libmysqlclient and pcre > are installed on the system?
In my case, I have (after removing perl.*): cgi.load dav.conf dav.load dav_fs.conf dav_fs.load dav_svn.conf dav_svn.load userdir.conf userdir.load xmlrpc.conf xmlrpc.load When perl.* is there, then this is ruby (used by xmlrpc) that crashes. With perl.* and without xmlrpc.*, I still get the crash (in mod_perl this time). So, perhaps you're right, this may be a library conflict. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

