From owner-freebsd-questions@FreeBSD.ORG Sat Oct 6 20:47:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 338B416A417 for ; Sat, 6 Oct 2007 20:47:28 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit.lizardhill.com (kermit.lizardhill.com [64.69.41.217]) by mx1.freebsd.org (Postfix) with ESMTP id DC4AB13C457 for ; Sat, 6 Oct 2007 20:47:28 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from ip72-193-85-114.lv.lv.cox.net ([72.193.85.114] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.62) (envelope-from ) id 1IeGZ7-000NvE-Jh; Sat, 06 Oct 2007 13:48:01 -0700 From: "Don O'Neil" To: , Date: Sat, 6 Oct 2007 13:45:45 -0700 Message-ID: <009e01c80859$de7b8e50$0800020a@mickey> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 thread-index: AcgHhrdrldzRFj4YTkmUuA5zAuEh3A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: Subject: OpenSSL/PHP/Apache problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2007 20:47:29 -0000 Any time I compile PHP 4.4.7 with --with-ssl my apache 1.3.39 server core dumps on start up on my FreeBSD 6.1 dual core AMD X2 box (in 32 bit mode). Anyone have a work around for this or suggestions where to look/try? I was having a similar problem with Curl, but once I told curl where the OpenSSL home dir was and re-built it that solved that problem. The location of my openSSL is /usr/local, so it's in the 'default' location. I ran the core through gdb, and that is what prompted me to isolate the problem to --with-ssl. Here's my build options/script for php: ./configure \ --with-apxs \ --with-gd \ --with-gd-dir=/usr/local \ --with-gettext \ --with-jpeg-dir=/usr/local/lib \ --with-mcrypt \ --with-mhash \ --with-mysql=/usr/local/mysql \ --with-pear \ --with-png-dir=/usr/local/lib \ --with-xml \ --with-zlib \ --with-zlib-dir=/usr/local/lib \ --with-zip \ --enable-bcmath \ --enable-calendar \ --enable-ftp \ --enable-magic-quotes \ --enable-sockets \ --enable-track-vars \ --enable-mbstring \ --with-curl \ --with-curl-dir=/usr/local/lib \ --with-imap=/usr/local/imap-2000e \ --with-imap-ssl \ --with-openssl \ --enable-memory-limit