Hello

 I had a problem with PHP's "make install"
 īm updating some of my services on RedHat 8, everything is fine except that
i download the last version of php, i installed but when i try to made a
module for apache i get this error: *** No rule to make target
`/usr/local/apache/php-4.3.1/ext/ctype/ctype.c', needed by
`ext/ctype/ctype.lo'.

so whats wrong?
thanks in advance
 Environment:
> Red Hat 8
> Apache 2.0.44

> Z
> PHP was configured with:

1. If you have not yet installed Apache, run the following command as root
from

the Apache source distribution directory:

./configure --prefix=/usr/local/web/apache

You can add other options if you wish to use them. Run ./configure --help

to determine whether any other option is suitable for your needs.

2. Now from the PHP source distribution directory run:

./configure --with-apache=../httpd-version \

--with-mysql= /usr/include/mysql directory.

3. Run the cp php.ini-dist /usr/local/lib/php.ini command to copy

the php.ini-dist file to /usr/local/lib as php.ini . This is the PHP

configuration file that is discussed later in the "Configuring PHP By Using

php.ini" section.

4. Run make &&make install to compile and install the PHP side of the

source code.AND HERE IS WHERE I GET THE ERROR



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to