Home > Archive > PHP Installation > December 2005 > Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache,
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache,
|
|
| Andy Fiddaman 2005-12-06, 7:00 pm |
| On Tue, 6 Dec 2005, Bell, William IT wrote:
; Hi,
; I'm trying to run the PHP 5.1.1 'configure' on a SPARC box, and I keep
; getting the following error at the end of the run:
; +--------------------------------------------------------------------+
; | *** ATTENTION ***
; |...
; | Something is likely to be messed up here, because the configure |
[ ... ]
; gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib
; -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2
; -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.3.2 -R/usr/local/lib
; -L/usr/local/lib -R/opt/mysql/lib/mysql -L/opt/mysql/lib/mysql
; conftest.c -lmysqlclient -lz -lresolv -lm -ldl -lnsl -lsocket -lgcc
; -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket
; -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl 1>&5
; ld.so.1: conftest: fatal: libgcc_s.so.1: open failed: No such file or
; directory
; ----------------------------------------------------------------
Try adding --disable-libgcc to your configure arguments.
A.
|
|
|
|
|