You are sure all the libs you are planning on using are threadsafe, right?
On Sun, 11 Aug 2002, Glen Lee Edwards wrote:
> I'm trying to install PHP. I'm getting the same error with 4.2.2 and
> the latest snapshot during make. I'm trying to build it to work with
> Apache 2.0.40, IMAP, and TWIG.
After banging my head against the wall for several more days, I
succeeded in compiling PHP4 with a different Apache version.
I was able to compile PHP with Apache version 1.3.20 using the options
below. It seems there is some incompatibility with 1.2b8 that isn't
mentioned anywhere.
There was an
Thanks for your help. The make works now. The problem I had was the install
instructions in the book ""MySQL/PHP Database Applications". The first
./configure for apache says --prefix=/path/to/apache , with the instruction
"the path where you would like Apache installed. The second ./configure als
On Fri, 9 Mar 2001, Johannes Ambrose wrote:
>Hi,
>I hope this is not a stupid question. The faq tells me it should just
>work.
>
>When compiling apache on Red Hat 6.2 with :
>./configure --prefix=/usr/local/apache
>--activate-module=src/modules/php4/libphp4.a
>
>everything works fine. However, ma