I am trying to install PHP 4.3.0 on an Alphaserver DS20 running
Tru64 unix V5.1 patch kit 5. The web server software is
Netscape/IPlanet Enterprise Edition 4.1.
The configure command results in an error message:
# ./configure --with-nsapi=/usr/netscape/server4 --with-mysql=/usr/local/mysql
./config.status[1445]: 6: bad file unit number
However, I don't believe this is significant as I have traced it to
the following lines at the end of the config.status file:
echo """" 1>&6
echo """Thank you for using PHP." 1>&6
But, after make, make install hangs indefinitely on the message
"Installing PEAR environment."
# make install
Installing PHP CLI binary: /usr/local/bin/
Installing PHP SAPI module
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-zts-20020429/
Installing PEAR environment: /usr/local/lib/php/
Any suggestions?
Thanks.
Received on Wed Feb 12 2003 - 16:16:27 NZDT