I am installing php-4.0.4pl1 as a static module under Redhat 6.2. I have extracted the tarball and the intallation resides in /usr/local/etc/php. i configured for use with mySQL 3.23(already installed and running). my apache version is 1.3.17, also running nicely.
i used the command below to config:
./configure --with-mysql=/usr/local/mysql --with-config-file-path=/www/conf --with-apache=../httpd --enable-track-vars
Heres the problem: now, i type 'make' from the php directory and i get "No targets specified and no makefile found".
How do i make php executable, then?
Thanks in advance.