From owner-freebsd-questions@FreeBSD.ORG Sun Feb 20 22:06:18 2005 Return-Path: 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 92BAD16A4CE for ; Sun, 20 Feb 2005 22:06:18 +0000 (GMT) Received: from brightstar.bomgardner.net (brightstar.bomgardner.net [209.240.79.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B71B43D55 for ; Sun, 20 Feb 2005 22:06:18 +0000 (GMT) (envelope-from listmail@Bomgardner.net) Received: from [192.168.0.2] (morningstar [192.168.0.2]) by brightstar.bomgardner.net (Postfix) with ESMTP id 39F8121D8E1 for ; Sun, 20 Feb 2005 16:06:22 -0600 (CST) Message-ID: <421909D1.4090702@Bomgardner.net> Date: Sun, 20 Feb 2005 16:06:09 -0600 From: Gene User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD. ORG" Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: undefined ap_block_alarms in libphp5.so in spite of SHARED_CORE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 22:06:18 -0000 Hi - I tried sending this to the PHP-INSTALL list and got an immediate pile of spam back. Anyway - I'm trying to get PHP5 to run with Apache 2.0.5 on FreeBSD 5.3. However, I keep getting the following: Cannot load /usr/local/libexec/apache2/libphp5.so into server: /usr/local/libexec/apache2/libphp5.so: Undefined symbol "ap_block_alarms" Googling for this error brought lot's of results, all pointing to the manual and saying to recompile with --enable-rule=SHARED_CORE. I did so, yet the error persists. Reinstalling has no effect, and I've found nothing in the manual. Has anyone any idea how to corect this? Thanks for taking the time to help Gene