Subject: Re: _jpeg_resync_to_restart
To: Frederick Bruckman <fb@enteract.com>
From: Nick Hudson <nick@nthcliff.demon.co.uk>
List: port-i386
Date: 10/13/2000 08:54:46
Frederick Bruckman wrote:
> 
> On Fri, 13 Oct 2000, Tobias Seiler wrote:
> 
> > I have configured php to load the gd addon.
> > But when restarting the apache server I keep getting an error.
> >
> > When I run a 'apachectl configtest' I get the following error message:
> >
> > /usr/libexec/ld.so: Undefined symbol "_jpeg_resync_to_restart" in httpd:/usr/pkg/lib/libgd.so.1.9
> >
> > Has one of  you guys an idea whats going on here ?
> >
> > A 'nm libjpeg.so.62' showed me the the funtion exists in there.
> 
> It looks like php-gd is counting on the the inter-library dependencies
> in libgd.so.1.9 to pull in libjpeg &c, but libtool strips them when it
> builds libgd. (It really shouldn't do that...) Please try the
> following patch. What's supposed to happen is that libtool should read
> the dependencies from the libgd.la file and add them to the link line.

Not til newer versions of libtool. I want to upgrade libtool as soon as
the freeze is over.

Nick
-- 
aka skrll@netbsd.org, skrll@excite.co.uk