[PHP-DEV] 4.0.6 RC3 ./configure From: Cynic (cynic <email protected>)
Date: 06/19/01

Hi there,

RH 6.2, ./configure and make seem to go just fine, but
make test fails with:

make: *** No rule to make target `/usr/local/src/php-4.0.6RC3/php', needed by `test'. Stop.

"./configure" \
"--with-mysql" \
"--with-pgsql" \
"--with-apxs" \
"--enable-trans-sid" \
"--disable-posix" \
"--enable-ctype" \
"--enable-ftp"

this is the end of config.log:

configure:2567: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/cc1oy6zt.o: In function `main':
/usr/local/src/php-4.0.6RC3/configure:2562: undefined reference to `pthread_mutexattr_init'
/usr/local/src/php-4.0.6RC3/configure:2563: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2549 "configure"
#include "confdefs.h"

so... what should I be looking for?

cynic <email protected>
-------------
And the eyes of them both were opened and they saw that their files
were world readable and writable, so they chmoded 600 their files.
    - Book of Installation chapt 3 sec 7

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>