Hello
I had a problem with PHP's "make install"
i´m updating some of my services on RedHat 8, everything is fine except that i download the last version of php, installed... etc.
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 byext/ctype/ctype.lo'.
so whats wrong?
thanks in advance
Environment:
Red Hat 8
Apache 2.0.44
btw this is my configuration guide:
- 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.
- Now from the PHP source distribution directory run:
./configure --with-apache=../httpd-version \
--with-mysql= /usr/include/mysql directory.
- 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.
- Run make &&make install to compile and install the PHP side of the
source code. AND HERE IS WHERE I GET THE ERROR