Hello, major problems trying to compile both 4.0.4pl2 and 4.0.1pl2 (I tried 4.0.1 after 4.0.4 barfed) I've included my debug.log after looking through the configure scripts to try and find out what the problem is the configure command I gave was ./configure --with-apache=../apache_1.3.14 --with-mysql=/usr/local --with-pgsql --enable-low-memory ld will not take ld -lpq and I have to most up to date versions of GNU software so I don't know what's up with that. I tried configuring for both apache 1.3.17 and apache 1.3.14 MySQL is 3.23.32 and Postgres is 7.0.3. Oh the ocnfigure script complains about finding certain Postgres headers which are all under /usr/local/pgsql on my system. This is the first time I have seen this problem on a FreeBSD 4.2-STABLE box... all previous php compiles on FreeBSD boxes at work have completed without error (This is my home machine) so I am a bit confused as to why it is failing. Thanks [EMAIL PROTECTED]
CONFIGURE: './configure' '--with-apache=../apache_1.3.14' '--with-mysql=/usr/local' '--with-pgsql' '--enable-low-memory' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES: -I/usr/downloads/apache_1.3.14/src/include -I/usr/downloads/apache_1.3.14/src/os/unix -I$(top_builddir)/Zend -I$(top_srcdir) -I/usr/local/include/mysql LDFLAGS: -R/usr/local/lib/mysql -L/usr/local/lib/mysql -R/lib -L/lib LIBS: -lpq -lmysqlclient -lm -lcrypt DLIBS: SAPI: apache PHP_RPATHS: /usr/local/lib/mysql /lib uname -a: FreeBSD localhost 4.2-STABLE FreeBSD 4.2-STABLE #2: Sat Feb 3 22:14:15 EST 2001 root@localhost:/usr/src/sys/compile/KRAKFIEND i386 gcc -o conftest -g -O2 -R/usr/local/lib/mysql -L/usr/local/lib/mysql -R/lib -L/lib conftest.c -lpq -lmysqlclient -lm -lcrypt 1>&5 /usr/libexec/elf/ld: cannot find -lpq
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]