Subject: Re: dlopen() and ld.so
To: None <port-mac68k@netbsd.org>
From: David Rogers <drogers@halo7.net>
List: port-mac68k
Date: 12/11/2000 00:28:30
I just wanted to add that I got that error when doing:
apachectl start
Not while compiling.
> Hi,
>
> I'm trying to compile PHP as a shared object on netbsd 1.5, I keep getting
> errors about /sbin/ld.so Undefined symbol "_finite" in libphp4.so
>
> One thing I've noticed is that the configure script does not find support
> for dlopen, could this be the problem? If so, how can I fix this or is
> there even a fix?
>
> Thanks,
>
> Dave Rogers