Hi everybody!
I'm trying to install PHP4.04 on IRIX 6.5.8 with this config command:
./configure --enable-track-vars \
--with-gd \
--with-msql=/usr/local/Hughes \
--with-pgsql \
--with-nsapi=/var/netscape/fasttrack
but I had a lot of linker errors with these libraries (-lpq -lbind -lresolv -ldir -lgd -lpam -lfl) as I can see in the config.log.
Has anybody exprience with this problem?
Here also is the debug.log
CONFIGURE: './configure' '--enable-track-vars' '--with-gd' '--with-msql=/usr/local/Hughes' '--with-pgsql' '--with-nsapi=/var/netscape/fasttrack'
CC: cc
CFLAGS: -g
CPPFLAGS: -D_POSIX_THREAD_SAFE_FUNCTIONS
CXX:
CXXFLAGS:
INCLUDES: -I/var/netscape/fasttrack/include -I$(top_builddir)/Zend -I/usr/local/Hughes/include -I/usr/people/mbelluardo/application/php/php-4.0.4/ext/mysql/libmysql
LDFLAGS: -Wl,-rpath,/usr/local/Hughes/lib -L/usr/local/Hughes/lib -Wl,-rpath,/lib -L/lib
LIBS: -lpq -lmsql -lgd -lm -ldl -lcrypt -lsocket -lpthread -lsocket
DLIBS:
SAPI: nsapi
PHP_RPATHS: /usr/local/Hughes/lib /lib
uname -a: IRIX hal 6.5 04191311 IP22
cc -o conftest -g -D_POSIX_THREAD_SAFE_FUNCTIONS -Wl,-rpath,/usr/local/Hughes/lib -L/usr/local/Hughes/lib -Wl,-rpath,/lib -L/lib conftest.c -lpq -lmsql -lgd -lm -ldl -lcrypt -lsocket -lpthread -lsocket 1>&5
ld32: FATAL 9 : I/O error (-lpq): No such file or directory