From owner-freebsd-questions Thu Feb 27 15:52: 9 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3656D37B401 for ; Thu, 27 Feb 2003 15:52:08 -0800 (PST) Received: from www.gotbrains.org (www2.gotbrains.org [206.180.149.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 822E443FDD for ; Thu, 27 Feb 2003 15:52:07 -0800 (PST) (envelope-from clists@www.gotbrains.org) Received: from www.gotbrains.org (localhost [127.0.0.1]) by www.gotbrains.org (8.12.6/8.12.6) with ESMTP id h1RNq6Il075052 for ; Thu, 27 Feb 2003 17:52:06 -0600 (CST) (envelope-from clists@www.gotbrains.org) Received: from localhost (clists@localhost) by www.gotbrains.org (8.12.6/8.12.6/Submit) with ESMTP id h1RNq5Ub075045 for ; Thu, 27 Feb 2003 17:52:06 -0600 (CST) Date: Thu, 27 Feb 2003 17:52:05 -0600 (CST) From: Stephen Cravey To: questions@freebsd.org Subject: mod_php4.3.1 + curl causing apache core Message-ID: <20030227172800.M72175@www.gotbrains.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I just upgraded to php4.3.1 and i'm getting core dumps with apache13-modssl when the php4 module and ssl modules load. I can recompile without CURL support and everything is happy. The logs show no error messages other than: Feb 27 17:00:20 www /kernel: pid 12468 (httpd), uid 0: exited on signal 11 (core dumped) php4 make shows: /usr/libexec/elf/ld: warning: libssl.so.2, needed by /usr/local/lib/libcurl.so, may conflict with libssl.so.3 /usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/local/lib/libcurl.so, may conflict with libcrypto.so.3 Anybody have any suggestions? I've also noticed that the apache13-modssl port installs the openssl port instead of using the default openssl code. Could this be causing part of the problem? -Stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message