Click to See Complete Forum and Search --> : PHP configuration with Apache server


Anon
09-22-2000, 06:29 AM
I facing problem when install PHP with Apache module...

with this command:

./configure --with-mysql --with-apache=/usr/local/apache --enable-track-vars --with-config-file-path=/usr/local/apache/conf

And the error message saying that ......
unable to locate the file httpd.h in the path /usr/local/apache

but even I give the full path to the file httpd.h ....same error message appear...

and I also try to configure with this command :

./configure --with-mysql --with-apxs=/path/to/apxs

the error message saying that can't execute apxs either you have to install perl or you have to specify the full path to the apxs ...

This really drive me crazy.....

hope you people can help....

Thanks

sandy

Anon
09-23-2000, 09:39 AM
I got same prob...
What I have to do

Thanx

asad


001 wrote:
-------------------------------
I facing problem when install PHP with Apache module...

with this command:

./configure --with-mysql --with-apache=/usr/local/apache --enable-track-vars --with-config-file-path=/usr/local/apache/conf

And the error message saying that ......
unable to locate the file httpd.h in the path /usr/local/apache

but even I give the full path to the file httpd.h ....same error message appear...

and I also try to configure with this command :

./configure --with-mysql --with-apxs=/path/to/apxs

the error message saying that can't execute apxs either you have to install perl or you have to specify the full path to the apxs ...

This really drive me crazy.....

hope you people can help....

Thanks

sandy

Anon
09-23-2000, 09:48 AM
I am using TurboLinux

Try to Install PHP3 with Apache and My sql

and I collect confusing Path of instalation from different side
Plz Saggest best sagation for Turbo Linux platform

Thanx
Maruf



Abdullah-Al-Asad wrote:
-------------------------------
I got same prob...
What I have to do

Thanx

asad


001 wrote:
-------------------------------
I facing problem when install PHP with Apache module...

with this command:

./configure --with-mysql --with-apache=/usr/local/apache --enable-track-vars --with-config-file-path=/usr/local/apache/conf

And the error message saying that ......
unable to locate the file httpd.h in the path /usr/local/apache

but even I give the full path to the file httpd.h ....same error message appear...

and I also try to configure with this command :

./configure --with-mysql --with-apxs=/path/to/apxs

the error message saying that can't execute apxs either you have to install perl or you have to specify the full path to the apxs ...

This really drive me crazy.....

hope you people can help....

Thanks

sandy

Anon
09-24-2000, 04:42 AM
Hi,

You haven't mentioned the error after giving full path to http.h.

You r trying with under mentioned also :

./configure --with-mysql --with-apxs=/path/to/apxs

but here u don't have to write as above because u have to give fiull path to apxs in
'apxs= '

Anon
09-24-2000, 09:55 PM
yes...even I give full path to the httpd.h file..the error still the same...saying that httpd.h cannot be found.

for the apxs, I did give the full path to the apxs..but error saying that cannot run apxs...

please do give me some idea of what is the problem!!!

Thanks