From owner-freebsd-ports@FreeBSD.ORG Wed Oct 1 18:58:29 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE1DC16A4B3 for ; Wed, 1 Oct 2003 18:58:29 -0700 (PDT) Received: from qubix.ca (d57-127-238.home.cgocable.net [24.57.127.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 417D843FBD for ; Wed, 1 Oct 2003 18:58:26 -0700 (PDT) (envelope-from mo@qubix.ca) Received: from localhost (unknown [127.0.0.1]) by qubix.ca (Postfix) with ESMTP id 06A4545074; Wed, 1 Oct 2003 21:58:15 -0400 (EDT) Received: from qubix.ca ([127.0.0.1]) by localhost (qubix.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00619-03; Wed, 1 Oct 2003 21:56:59 -0400 (EDT) Received: from qubix.ca (lan [192.168.1.1]) by qubix.ca (Postfix) with ESMTP id 97E1145043; Wed, 1 Oct 2003 21:56:59 -0400 (EDT) Message-ID: <3F7B85E0.2070009@qubix.ca> Date: Wed, 01 Oct 2003 21:56:48 -0400 From: Mo User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20030924 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sysadmin@alexdupre.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at qubix.ca cc: ports@FreeBSD.org Subject: FreeBSD Port: mod_php4-4.3.3.r1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 01:58:29 -0000 I received this error after compiling mod_php4 with the additional options of gettext and openssl (the defaults were left checked). # apachectl start Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/libphp4.so into server: /usr/local/libexec/apache/libphp4.so: Undefined symbol "X509_free" /usr/local/sbin/apachectl start: httpd could not be started It's definetly a problem with openssl, because when compiled without it, it loads with apache just fine. I'm using apache 1.3.28 (the latest version of the port) and FreeBSD 5.1-CURRENT as of Sept. 28, 2003. And my ports are up to date as of 9:55 PM EST (Oct. 1, 2003). Any update/assistance to fixing this would be appreciated. Thanks