I'm having a problem building Apache 1.3.4 with PHP 3.0.6 and mod_ssl
2.2.2-1.3.4. I can compile Apache 1.3.4 and PHP 3.0.6 fine. I can
compile Apache with mod_ssl 2.2.2-1.3.4 fine. When I try to combine
all three, I get the following error:
make[4]: Nothing to be done for `all'.
<=== src/modules/ssl
===> src/modules/php3
make[4]: *** No rule to make target `all'. Stop.
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/build/apache_1.3.4/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/build/apache_1.3.4'
make: *** [build] Error 2
I have followed the directions with both mod_ssl (using the 2nd method
of installation) and PHP3. Anyone have any ideas?
Josh