Re: [PHP4BETA] PHP 4.0.0 Release packaged
[email protected] (HIROSHIMA Naoki)
| Newsgroups | php.dev,php.version4 |
|---|---|
| Organization | us-style.com, inc. |
| Message-ID | <[email protected]> |
On Fri, 19 May 2000 17:22:41 +0300 (IDT) Zeev Suraski <[email protected]> wrote: > > You can already get it, even though it hasn't been announced. If there > are no major problems found until Monday, it'll be announced then. I've never had any problem with installing PHP (current, RC1, RC2) but, today, I finally experienced a difficulty to install 4.0.0 ;-) All I attempted to do was to execute configure script as same as I've ever done with RC1 and RC2. %> ./configure --with-pgsql=/usr/local/pgsql --with-apache=../apache_1.3.12 --enable-track-vars --enable-trans-sid Then it showed "ATTENTION!" message which I've never seen before ;-) As the message mentions, debug.log might help to understand what was going on but I could not figure it out. I hope the following log would help someone to help me. %> cat debug.log CONFIGURE: './configure' '--with-pgsql=/usr/local/pgsql' '--with-apache=../apa che_1.3.12' '--enable-track-vars' '--enable-trans-sid' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES: -I/z/local/src/apache_1.3.12/src/include -I/z/local/src/apache_1.3.12/src/os/unix -I$(top_builddir)/Zend -I$(top_srcdir) -I/z/local/src/php-4.0.0/ext/mysql/libmysql LDFLAGS: -R/usr/local/pgsql/lib -L/usr/local/pgsql/lib LIBS: -lpq -lm -lcrypt DLIBS: SAPI: apache PHP_RPATHS: /usr/local/pgsql/lib uname -a: FreeBSD fx73.iron-horse.org 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 [email protected]:/usr/src/sys/compile/GENERIC i386 gcc -o conftest -g -O2 -R/usr/local/pgsql/lib -L/usr/local/pgsql/lib conftest.c -lpq -lm -lcrypt 1>&5 %> Btw, why does INCLUDES include mysql/libsql even though I do not use it? Thanks in advance, -- Hiroshima