Re: [PHP-INST] Compile error

2002-08-11 Thread Rasmus Lerdorf
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.

Re: [PHP-INST] compile error: structure has no member named `ap_auth_type'

2001-08-29 Thread Mary Hunter
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

Re: [PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-11 Thread Johannes Ambrose
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

Re: [PHP-INST] compile error with libphp4.a on RH 6.2

2001-03-09 Thread Jani Taskinen
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