Re: [PHP] Problems installing PHP 4.0.4pl1 on RedHat 6.2

2001-02-15 Thread Richard Lynch

> but when I run make... it says that there is nothing to do

Do a make clean, and rm config.cache and try again.

make clean tells it to start over, and recompile all that stuff it thinks it
already compiled right the first time...

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Problems installing PHP 4.0.4pl1 on RedHat 6.2

2001-02-11 Thread Pablo Pasqualino

Hi...

I am trying to install PHP 4.0.4pl1 on RedHat 6.2 with Apache 1.3.17
and MySQL 3.23.32

I already compiled MySQL and it works fine

Now I am trying to compile PHP, but the problem is that when I run
"make", nothing happends...

First, I have runned ./configure on the Apache source dir... and then
on the PHP source dir, I run ./configure --with-mysql=/usr/local/mysql
--with-apache=/usr/local/src/apache-1.3.17

then everything seems fine... I didnt get any error...

but when I run make... it says that there is nothing to do

I think that the problem is that the ./configure isn't making the
makefile

Can anybody help?
thanks!!

Pablo Pasqualino
Mar del Plata, Argentina
http://www.marplatense.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]