Re: 3.0.5 beta

[email protected] (Rasmus Lerdorf) Sun, 04 Oct 1998 16:26:00 -0400 (Eastern Daylight Time)
Newsgroups php.beta
Message-ID <[email protected]>
> Right, and the reason why I came with this was that I put in both, just
> like the instructions on www.php.net/php2.php3 say and got this error
> three times in a row. I admit I do not know very much of the PHP and
> Apache internals, so I thought PHP3.0.5 might be 'disturbing' the PHP2
> when they're both in Apache together. Sorry if I'm wrong

The error you are getting is caused by you not linking in the php2 library
with "-lphp".  You probably added that manually to the Apache Makefile
before and forgot to do it this time.

-Rasmus