Hi There,
I am trying to compile apache 1.3.29 with php 4.3.4, mod_ssl, openssl....it keeps bombing out on the 'make' with the following output:
<=== src/modules/ssl
===> src/modules/php4
make[4]: No rule to make target all'. Stop.
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory/usr/local/apache_1.3.29/src'
make[1]: [build-std] Error 2
make[1]: Leaving directory `/usr/local/apache_1.3.29'
make: *** [build] Error 2
Am I being silly?
Here is my configure command (if of any use):
./configure --enable-module=ssl --activate-module=src/modules/php4/libphp4.a --enable-module=php4 --prefix=/usr/local/apache --enable-shared=ssl
Prior to running configure I did this:
SSL_BASE=./openssl
I had no errors with the configure command.....
Thanks,
beardo ;0)
++++++++