Hi,
trying to build 4.1.1.1, but with no success. I can't discover why it's
falling ove the libbind stuff?
I'm running Bind-9.2
The whole thing builds fine with 4.0.6 though.
openssl-0.9.5a
mod_ssl-2.8.6-1.3.23
mod_perl-1.26
php-4.0.6
Apache-1.3.23
and including
mysql-3.22.30
The configuration I am calling in the 4.1.1 directory is this;
............................................................................
..................................
CFLAGS='-O2 -DEAPI -I../openssl-0.9.5a/include'; export CFLAGS
./configure \
--with-apache=../apache_1.3.23 \
--with-mysql=/usr/local \
--enable-track-vars
............................................................................
..................................
It gets to this;
[snip]
creating regex/Makefile
creating main/internal_functions.c
+--------------------------------------------------------------------+
| *** ATTENTION *** |
| |
| Something is likely to be messed up here, because the configure |
| script was not able to detect a simple feature on your platform. |
| This is often caused by incorrect configuration parameters. Please |
| see the file debug.log for error messages. |
| |
| If you are unable to fix this, send the file debug.log to the |
| [EMAIL PROTECTED] mailing list and include appropiate |
| information about your setup. |
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
Thank you for using PHP.
================================================
and the debug.log shows this. I've tried everything I can think of.
Enabling threads, disabling threads, using different libbind libraries.
Nothing make the slightest difference to this message.
................................................... debug.log
............................................................................
..........................
CONFIGURE: './configure' '--with-apache=../apache_1.3.23'
'--with-mysql=/usr/local' '--enable-track-vars'
CC: gcc
CFLAGS: -O2 -DEAPI -I../openssl-0.9.5a/include
CPPFLAGS:
CXX:
CXXFLAGS:
INCLUDES: -I/usr/home/robert/src/apache_1.3.23/src/include -I/usr/home/ro
bert/src/apache_1.3.23/src/os/unix -I$(top_builddir)/Zend -I/usr/local/incl
ude/mysql
LDFLAGS: -R/usr/local/lib/mysql -L/usr/local/lib/mysql
LIBS: -lmysqlclient -lcrypt -lbind -lm -lcrypt
DLIBS:
SAPI: apache
PHP_RPATHS: /usr/local/lib/mysql
uname -a: FreeBSD nanguo.chalmers.com.au 4.5-RC FreeBSD 4.5-RC #20: Wed
Jan 16 18:06:57 EST 2002
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL i386
gcc -o
nftest -O2 -DEAPI -I../openssl-0.9.5a/include -R/usr/local/lib/mysql -L/us
r/local/lib/mysql conftest.c -lmysqlclient -lcrypt -lbind -lm -lcrypt 1>&5
/usr/lib/libbind.a(irs_data.o): In function `__net_data_init':
/usr/home/robert/src/bind-9.2.0/lib/bind/irs/irs_data.c(.text+0x10d):
undefined reference to `pthread_mutex_lock'
/usr/home/robert/src/bind-9.2.0/lib/bind/irs/irs_data.c(.text+0x134):
undefined reference to `pthread_key_create'
/usr/home/robert/src/bind-9.2.0/lib/bind/irs/irs_data.c(.text+0x144):
undefined reference to `pthread_mutex_unlock'
/usr/home/robert/src/bind-9.2.0/lib/bind/irs/irs_data.c(.text+0x155):
undefined reference to `pthread_getspecific'
/usr/home/robert/src/bind-9.2.0/lib/bind/irs/irs_data.c(.text+0x187):
undefined reference to `pthread_setspecific'
............................................................................
............................................................................
................................
Hoping someone can help ????
Thanks
Robert Chalmers.
--
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]