From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      4CVS-2002-09-27
PHP Bug Type:     Compile Failure
Bug description:  bug in configure LDAP_DIR

configure:

LDAP_DIR=$i should be LDAP_DIR=$PHP_LDAP

line 38370:
  if test -f $PHP_LDAP/include/ldap.h; then
    LDAP_DIR=$PHP_LDAP
    LDAP_INCDIR=$PHP_LDAP/include
    LDAP_LIBDIR=$PHP_LDAP/lib
  elif test -f $PHP_LDAP/include/umich-ldap/ldap.h; then
    LDAP_DIR=$i
    LDAP_INCDIR=$PHP_LDAP/include/umich-ldap
    LDAP_LIBDIR=$PHP_LDAP/lib
  elif test -f $PHP_LDAP/ldap/public/ldap.h; then
    LDAP_DIR=$i
    LDAP_INCDIR=$PHP_LDAP/ldap/public
    LDAP_LIBDIR=$PHP_LDAP/lib
  fi

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

Reply via email to