Hi, I know what the problem is, I also have no "cure" for it though - I'm still investigating.
libcrypto (part of OpenSSL / SSH I believe) come standard with FreeBSD as part of the source tree, installed in /usr/lib. There you should have a libcrypto.so.1 & 2. SOMEWHERE a certain port also installs a libcrypto.so.4 in /usr/local/lib, and that is the culprit. Where it comes from, I don't know as of yet. mod_php for some reason, links against the libcrypto.so.2 as well as libcrypto.so.4 and those two libraries conflict and cause the core dump. I have reverted back to my old PHP (4.1.2) and it is still working fine now. >From what I can see, it's only the newest PHP (4.3.2) that has this problem. I should actually take some time to bring this to the attention of the port maintainers, but as I said - I'm not 100% yet on what the 3rd port is in question here (that installs libcrypto.so.4). You can check what your PHP is linked against with ldd. Basically, there should only be one module type of each, and not 3 or 4 of the same (like I had with libcrypto). -- me ----- Original Message ----- From: "John Mearns" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 9:24 PM Subject: usenet post on frebsd php port problem > Hey, I just saw your post to php.general with apache dumping core with the > new php. I seem to be having the same issue and wondered if you came up > with a solution. I've went as far as removing both the apache13-modssl and > mod_php4 and reinstalling with no luck. I've noticed I can start apache > without ssl and its fine. Or I can start with ssl as long as I remove php > support. Just wondered if you have managed to find a solution before I > just compile myself from source :D > Thanks, > John > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php