Ik probeer de beta3 versie van php5 te compilen, maar hij blijft hangen tijdens make, om precies te zijn op deze regel:
Mijn configure opdracht was: ./configure --with-apxs2=/usr/local/httpd2/bin/apxs --with-mysql
De server is een Ultrasparc 5 met OpenBSD 3.4
Iemand enig idee wat er fout gaat? Opzich kan ik ook wel proberen om beta 2 te compilen, maar ik wil dezelfde specificaties draaien als een andere server op mijn werk.
code:
1
2
3
4
5
6
| /bin/sh /usr/src/php-5.0.0b3/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/usr/src/php-5.0.0b3/ext/standard/ -DPHP_ATOM_INC -I/usr/src/php-5.0.0b3/include -I/usr/src/php-5.0.0b3/main -I/usr/src/php-5.0.0b3 -I/usr/src/php-5.0.0b3/Zend -I/usr/local/include/libxml2 -I/usr/local/include/mysql -I/usr/src/php-5.0.0b3/TSRM -g -O2 -prefer-pic -c /usr/src/php-5.0.0b3/ext/standard/sha1.c -o ext/standard/sha1.lo |
Mijn configure opdracht was: ./configure --with-apxs2=/usr/local/httpd2/bin/apxs --with-mysql
De server is een Ultrasparc 5 met OpenBSD 3.4
Iemand enig idee wat er fout gaat? Opzich kan ik ook wel proberen om beta 2 te compilen, maar ik wil dezelfde specificaties draaien als een andere server op mijn werk.