Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Uwe Schindler
configure:78013: checking for dlfcn.h configure:78023: cc -E -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT conftest.c >/dev/null 2>conftest.out "conftest.c", line 1: warning: 78018 is invalid in #line directive configure: failed program was: #line 78018 "configure" #include "

Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Sascha Schumann
On Thu, 29 May 2003, Uwe Schindler wrote: > Still not working in php4-STABLE-200305291130: Look at config.log, locate the dlfcn.h check and you will see why the check is failing. - Sascha -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Uwe Schindler
Still not working in php4-STABLE-200305291130: bash-2.05$ CC=cc ./configure --prefix=/pangaea/PHP4 --disable-cli --with-nsapi=/pangaea/webserver --with-sybase-ct=$SYBASE --without-mysql --enable-sysvshm --enable-sysvsem --enable-ftp --enable-versioning --enable-session --enable-trans-sid --with

Re: [PHP-DEV] configure error under solaris in PHP 4.3.2

2003-05-29 Thread Sascha Schumann
On Wed, 28 May 2003, Uwe Schindler wrote: > during configure of PHP 4.3.2-RC3 under solaris 9 the following occurs: > checking for dlfcn.h... no > > this leads to the fact that no dynamic things never work and compiler > warning that "dlsym" is undefined occurs. This header file is available > und