I am trying to compile PHP 4.1.0 and then Apache-1.3.19 on a BSDI 3.0 box. PHP 3 compiled and ran fine, however any version of 4.x compiles ok but when added to Apache (--activate-module) the "make" fails.
During the Apache "make" the program will spit out hundreds of errors related to Zend. It seems like something isnt found during the compile and everything at that point goes to hell. I have tried many things but still get nowhere. So, I have two questions. 1) Can PHP4 be compiled and installed without the Zend package/feature?. If so what switch or configure line should be added to totally shut down Zend from being included in the "make" of PHP so it will not pop up later in the Apache "make" where it dies. 2) If I can do the above, do I have any concerns for users who will try to run PHP4 pages in Apache. Right now this server has NO users using PHP so its really only being done for 1 client who wants basic PHP4 ability. Thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
