ID: 49876 Updated by: j...@php.net Reported By: graham dot simpson at hsbcib dot com -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: SuSE Linux 10 SP 2 x86_64 PHP Version: 5.3.0 New Comment:
Your configure line is missing this: --with-libdir=lib64 Previous Comments: ------------------------------------------------------------------------ [2009-10-14 15:05:45] graham dot simpson at hsbcib dot com Sorry, meant to post my configure line also... CFLAGS="-DSYB_LP64" ./configure --prefix=${TDIR}/php-5.3.0 --with-ldap --enable-libgcc --with-oci8 --with-pdo-oci --with-sybase-ct=${SYBASE}/${SYBASE_OCS} --with-pdo-dblib=${TDIR}/freetds-0.82 --with-curl --enable-pcntl --with-gettext --with-mcrypt --enable-soap --with-pear --with-zlib --disable-cgi --with-readline --with-bz2 --with-apxs2=${TDIR}/httpd-2.2.13/bin/apxs --with-libxml-dir=${TDIR}/libxml2-2.7.5 --with-xsl=${TDIR}/libxslt-1.1.26 --with-openssl=${TDIR}/openssl-0.9.8k ------------------------------------------------------------------------ [2009-10-14 14:59:56] graham dot simpson at hsbcib dot com Description: ------------ 64bit SuSE 10.2 with openldap2-2.3, openldap2-devel-2.3 installed. Configure --with-ldap fails with: checking for LDAP support... yes checking for LDAP Cyrus SASL support... no configure: error: Cannot find ldap libraries in /usr/lib. - rpm -q -l openldap2-devel /usr/include/lber.h /usr/include/lber_types.h /usr/include/ldap.h /usr/include/ldap_cdefs.h /usr/include/ldap_features.h /usr/include/ldap_schema.h /usr/include/ldap_utf8.h /usr/include/slapi-plugin.h /usr/lib64/liblber.a /usr/lib64/liblber.so /usr/lib64/libldap.a /usr/lib64/libldap.so /usr/lib64/libldap_r.a /usr/lib64/libldap_r.so - Should be looking in /usr/lib64. Which is odd because my LD_LIBRARY_PATH contains /usr/lib64. - Altering --with-ldap to --with-ldap=/usr or /usr/lib64, then complains about not finding the ldap.h, viz: checking for LDAP support... yes checking for LDAP Cyrus SASL support... no configure: error: Cannot find ldap.h - The problem seems to be the configure script find ldap.h in /usr/include/ldap.h, so sets LDAP_LIBDIR=/usr/lib (line 52114), later it looks for /usr/lib/liblber.a instead of /usr/lib64/liblber.a. - Maybe I've got that wrong. The weird thing is I know other directives in my configure are picking up stuff from /usr/lib64. - Thanks for any help you can give. GSi ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49876&edit=1