Hi,

i have big problems compiling and installing php4.3.0 on our AIX4.3.3 System.
I have compiled and installed apache-1.3.27 with the following options
./configure \
"--with-layout=GNU" \
"--with-perl=/usr/local/bin/perl" \
"--prefix=/usr/local/apache" \
"--enable-module=most" \
"--enable-shared=max" \

make
make install

All works fine until this point.

Then i try to compile php4.3.0
./configure --with-apxs=/usr/local/apache/sbin/apxs -
-with-config-file-path=/usr/local/apache --enable-track-vars --with-ingres=$II_SYSTEM/ingres
Works fine.

Then.

make
....
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
ld: 0711-317 ERROR: Undefined symbol: .pthread_key_create
ld: 0711-317 ERROR: Undefined symbol: .pthread_setspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_getspecific
ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_trylock
ld: 0711-317 ERROR: Undefined symbol: .pthread_self
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: *** [sapi/cli/php] Error 1

So, what happens here?

Please help me.

Thanks.
Thomas
--

--------------------------------------------------------
[EMAIL PROTECTED]
--------------------------------------------------------


--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to