[Bug 676672] Re: FTBFS on natty: SASL LDAP check fails (and other DSO problems)
Clint Byrum
clint at fewbar.com
Sat Nov 20 16:36:48 GMT 2010
Right, that was the original fail message. The problem is the ldap
module's configuration checks for sasl_version *in libldap* but it is a
function that should only be in libsasl2. Right after that, the
extension adds sasl2, not ldap:
PHP_CHECK_LIBRARY(ldap, sasl_version,
[
PHP_ADD_INCLUDE($LDAP_SASL_INCDIR)
PHP_ADD_LIBRARY_WITH_PATH(sasl2, $LDAP_SASL_LIBDIR, LDAP_SHARED_LIBADD)
AC_DEFINE(HAVE_LDAP_SASL, 1, [LDAP SASL support])
], [
AC_MSG_ERROR([LDAP SASL check failed. Please check config.log for more information.])
Hence changing it to check against libsasl2... before adding.. libsasl2.
--
FTBFS on natty: SASL LDAP check fails (and other DSO problems)
https://bugs.launchpad.net/bugs/676672
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list