From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 10:44:23 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D58516A4BF for ; Fri, 29 Aug 2003 10:44:23 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-57-131.client.attbi.com [12.233.57.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D29DE43F75 for ; Fri, 29 Aug 2003 10:44:22 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h7THiFXR051985; Fri, 29 Aug 2003 10:44:15 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h7THiFcL051984; Fri, 29 Aug 2003 10:44:15 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 29 Aug 2003 10:44:15 -0700 From: David Schultz To: Christoph Kukulies Message-ID: <20030829174415.GA51751@HAL9000.homeunix.com> Mail-Followup-To: Christoph Kukulies , freebsd-current@freebsd.org References: <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de> cc: freebsd-current@FreeBSD.ORG Subject: Re: __fpclassifyd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2003 17:44:23 -0000 On Fri, Aug 29, 2003, Christoph Kukulies wrote: > > I did a cvsup and rebuild of world and ports, portupgrade, > reinstalled mod_php4, apache and still get this > sh apache.sh 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 "__fpclassifyd" > > I'm pretty sure that my binaries are in sync. A dangling libraries somewhere? Something is probably out of date, but I don't know whether it's Apache or some library that Apache depends on. It seems like you're loading a 4.X libc on a 5.X system. Try running 'ldd' on the Apache binary (not the wrapper script), and do the same for all the libraries that ldd mentions.