From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 11:30:37 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 6EE4816A4BF for ; Fri, 29 Aug 2003 11:30:37 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0BC643FE0 for ; Fri, 29 Aug 2003 11:30:36 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h7TIUZQX068995; Fri, 29 Aug 2003 11:30:35 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h7TIUV7v068988; Fri, 29 Aug 2003 11:30:31 -0700 (PDT) Date: Fri, 29 Aug 2003 11:30:30 -0700 From: "David O'Brien" To: Alexander Leidinger Message-ID: <20030829183030.GD14251@dragon.nuxi.com> References: <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de> <20030829172348.1aa0b5d4.Alexander@Leidinger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030829172348.1aa0b5d4.Alexander@Leidinger.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Christoph Kukulies cc: freebsd-current@freebsd.org Subject: Re: __fpclassifyd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org 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 18:30:37 -0000 On Fri, Aug 29, 2003 at 05:23:48PM +0200, Alexander Leidinger wrote: > On Fri, 29 Aug 2003 16:54:37 +0200 > 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? > > I see something similar. I tried to recompile cdrdao after upgrading > from a pre /lib world (the actual cdrdao binary doesn't burn with > ATAng+ATAPICAM and I wanted to try if I need to recompile (I don't think > I should, but anyway...)) and I see unresolved symbol error from the > linker to e.g. __infinity. I've grepped for "fpclass" in /lib/libm.so.2 > and it finds "__fpclassifyf" here... > > Does this ring a bell somewhere? Yes, your libs + binaries are out of sync with each other. You may also have stale ".so" symlinks in /usr/lib. One gets this if one runs a certain 4.x binary on 5.1.