RE: [PHP] Compile problems php 4.1.1

2002-01-15 Thread Simon Ritchie
I'm trying to compile php 4.1.1 and when it gets to the --with-apxs option it errors out with the following: Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; . . . Some systems (eg Red Hat Linux) come with a version of the apxs tool, but not the

RE: [PHP] Compile problems php 4.1.1

2002-01-15 Thread Rasmus Lerdorf
Redhat's apxs was broken years ago in RH 6.0 or some version like that. But since then the apxs from the apache-devel package has been fine. -Rasmus On Tue, 15 Jan 2002, Simon Ritchie wrote: I'm trying to compile php 4.1.1 and when it gets to the --with-apxs option it errors out with the

[PHP] Compile problems php 4.1.1

2002-01-14 Thread Jay Paulson
I'm trying to compile php 4.1.1 and when it gets to the --with-apxs option it errors out with the following: Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not in

Re: [PHP] Compile problems php 4.1.1

2002-01-14 Thread Rasmus Lerdorf
You don't mention which OS you are on, but usually apxs is found in the apache-devel package. You probably didn't install that. -Rasmus On Mon, 14 Jan 2002, Jay Paulson wrote: I'm trying to compile php 4.1.1 and when it gets to the --with-apxs option it errors out with the following: