Subject: Re: php woes
To: None <port-mac68k@netbsd.org>
From: Matthew Theobalds <mtheobalds@mac.com>
List: port-mac68k
Date: 07/03/2001 18:27:50
On Tuesday, July 3, 2001, at 08:46 am, Erik Stokhof wrote:
> Hi all,
>
> I am trying to add PHP to my apache server.
> Compiling PHP worked fine, once I found out how to work apxs, but then
> when I try to restart the server,
> I get an unresolved symbol _finite.
> Moreover, the pkg for php does not seem to contain anything includable
> in apache.
> Weirder, when I do nm on the php module in apache/libexec, there is no
> mention of _finite...
> Any pointers?
I seem to remember the "unresolved symbol _finite" is a consequence of
installing it as a Dynamic Module. You need to install it as a Static
Module.
If you have no further joy with the pkg then try installing it as a
Static Module.
All the best.
Matthew