From:             [EMAIL PROTECTED]
Operating system: aix4.3.3
PHP version:      4.1.2
PHP Bug Type:     *Compile Issues
Bug description:  unable to ./configure with ldap enable

configure line
--------------
./configure --without-mysql --with-apxs=/usr/local/apache/bin/apxs \
--with-ldap=/webserver/download/ldapsdk

After run configure
-------------------
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.

message from debug.log
-----------------------
CONFIGURE:   './configure' '--without-mysql' '--enable-sigchild'
'--with-apxs=/usr/local/apache/bin/apxs' '--with-oci8=/home/o
racle' '--with-ldap=/home/oracle'
CC:         gcc
CFLAGS:     -g -O2
CPPFLAGS:    -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT -DAIX_BIND_PROCESSOR
-DUSE_HSREGEX -DUSE_EXPAT
CXX:        
CXXFLAGS:   
INCLUDES:    -I/usr/local/apache/include  -I$(top_builddir)/Zend
-I/home/oracle/include
LDFLAGS:     -L/home/oracle/lib -L/home/oracle/lib
LIBS:       -lld -lbsd_r -lodm -lm -ldl -lldapssl41 -lplds3 -lplc3 -lnspr3
-lcrypt -lbind -lm -ldl  -lcrypt -lclntsh
DLIBS:      
SAPI:       apache
PHP_RPATHS:  /home/oracle/lib
uname -a:   AIX cupang 3 4 000B7B9D4C00

gcc -o conftest -g -O2  -DAIX=43 -DUSE_PTHREAD_SERIALIZED_ACCEPT
-DAIX_BIND_PROCESSOR -DUSE_HSREGEX -DUSE_EXPAT  -L/home/oracl
e/lib -L/home/oracle/lib conftest.c -lld -lbsd_r -lodm -lm -ldl
-lldapssl41 -lplds3 -lplc3 -lnspr3 -lcrypt -lbind -lm -ldl  -l
crypt -lclntsh >&5
ld: 0706-006 Cannot find or open library file: -l ldapssl41
        ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l plds3
        ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l plc3
        ld:open(): No such file or directory
ld: 0706-006 Cannot find or open library file: -l nspr3
        ld:open(): No such file or directory
collect2: ld returned 255 exit status


I have tried php4latest.tar.gz. version 4.1.2 and still cannot

-- 
Edit bug report at http://bugs.php.net/?id=16062&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16062&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16062&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16062&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16062&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16062&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16062&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16062&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16062&r=submittedtwice

Reply via email to