I am trying to build php 4.3.2 with apache 1.3.27 and ssl
./configure --with-apache=/usr/apache_1.3.27 --with-mysql --with-imap --with-imap-ssl --with-xml --with-gettext --enable-track-vars
I get no errors during config ,but when I try to make, I get the following error
gcc: sapi/cli/php_cli.o:no such file or directory
gcc: sapi/cli/getopt.o: no such file or directory
make: *** [sapi/cli/php] Error1
I configured with --disable-cli. and it builds fine.
but there is no libphp4.a in my apache modules directory. I am wondering if there is a connection.
thanks