Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2003 10:44:15 -0700
From:      David Schultz <das@FreeBSD.ORG>
To:        Christoph Kukulies <kuku@physik.rwth-aachen.de>
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: __fpclassifyd
Message-ID:  <20030829174415.GA51751@HAL9000.homeunix.com>
In-Reply-To: <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de>
References:  <200308291454.h7TEsb913915@accms33.physik.rwth-aachen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030829174415.GA51751>