I am trying to install php_4.0.3 on a sun ultra 5 running solaris 7. I am cnfiguring it to ba a module for apache:
#./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs
configures fine.
#make
/bin/sh /export/home/kjforke/php-4.0.3pl1/libtool --silent --mode=compile gcc -I. -I/export/home/kjforke/php-4.0.3pl1/ext/standard -I/export/home/kjforke/php-4.0.3pl1 -I/export/home/kjforke/php-4.0.3pl1/main -I/usr/local/apache/include -I/export/home/kjforke/php-4.0.3pl1/Zend -I/export/home/kjforke/php-4.0.3pl1 -I/usr/local/mysql//include/mysql -I/export/home/kjforke/php-4.0.3pl1/ext/xml/expat/xmltok -I/export/home/kjforke/php-4.0.3pl1/ext/xml/expat/xmlparse -I/export/home/kjforke/php-4.0.3pl1/TSRM -D_POSIX_PTHREAD_SEMANTICS -DEAPI -DXML_BYTE_ORDER=21 -g -O2 -c url_scanner_ex.c
Hangs their everytime! I had php-4.0.2 on the same machine before, but I had to rebuild apache with ssl support and know it will not work. I have tried earlier versions of php.