Our webserver is currently running php 4.0b4pl1 and I am trying to upgrade to php-4.0.6. The server is Apache on Solaris. At the end of ./configure I get the box that says "ATTENTION, something is screwed up, check debug.log" and in debug.log, it says this:
--- BEGIN DEBUG.LOG -----
CONFIGURE: './configure' '--with-apache=../apache_1.3.11' '--with-oracle=/opt/linenplace/database/u01/app/oracle/product/8.1.5' '--enable-track-vars' '--without-debug'
CC: gcc
... <snip>
uname -a: SunOS www.linenplace.com 5.7 Generic_106541-10 sun4u sparc SUNW,Ultra-250
gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -DSUPPORT_UTF8 -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2 -R/opt/linenplace/database/u01/app/oracle/product/8.1.5/lib -L/opt/linenplace/database/u01/app/oracle/product/8.1.5/lib conftest.c -lclntsh -lpsa -lcore4 -lnlsrtl3 -ldl -lgen -lsocket -lnsl -lcrypt -lresolv -lresolv -lm -ldl -lnsl -lsocket -lsocket -lgcc 1>&5
ld: fatal: library -lpsa: not found
ld: fatal: library -lcore4: not found
ld: fatal: library -lnlsrtl3: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
--- END DEBUG.LOG -----
I did "make install" and it seemed to work fine, so I don't know how bad this problem is. Anybody care to comment?