Hi, I wanted to use php4 along with apache2 on an UltraSparc openBsd box.
As php 4.2.2 has compilation errors widely reported ( apaceh functions called with too few arguments ) I tried snapshots : php4-200208151800 and php4-200208161200 configure line is : ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-xml --with-mysql \ --enable-exif then the make process hangs at : ext/standard/sha1.c By "hangs" I mean does not finish in a reasonable time (24h). Using the same apache source, built with the same options, and the same snapshot with the same options, on a Linux PC, ilt tokk about 3 minutes to build. The problem must be arch. dependant or os dependant. any idea ? ( here's the complete line that hangs [[ /bin/sh libtool --silent --mode=compile gcc -Iext/standard/ -I/home/henri/php/php4-200208161200/ext/standard/ -DPHP_ATOM_INC -I/home/henri/php/php4-200208161200/include -I/home/henri/php/php4-200208161200/main -I/home/henri/php/php4-200208161200 -I/home/henri/php/php4-200208161200/Zend -I/home/henri/php/php4-200208161200/ext/xml/expat -DDEV_RANDOM=/dev/arandom -DMOD_SSL=208108 -DEAPI -DUSE_EXPAT -I/home/henri/php/php4-200208161200/TSRM -g -O2 -prefer-pic -c /home/henri/php/php4-200208161200/ext/standard/sha1.c -o ext/standard/sha1.lo ]] ) Thanks -- henri -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php