php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5487 ldap compile time error
Submitted: 2000-07-09 20:06 UTC Modified: 2000-07-23 14:54 UTC
From: gte534j at prism dot gatech dot edu Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.0.1pl2 OS: slackware linux 7.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gte534j at prism dot gatech dot edu
New email:
PHP Version: OS:

 

 [2000-07-09 20:06 UTC] gte534j at prism dot gatech dot edu
I tried to compile in ldap support
--with-ldap. I compiled the ldap from umich and from openldap in /usr/local/ldap. Neither one is working. I get an error after a bunch of compiling..
es/php4 -L../../modules/php4 -lmodphp4  -lgdbm  -ldl -lresolv -lm -ldl -lcrypt -lnsl  -lresolv  -lm -lcrypt
modules/php4/libphp4.a(ldap.o): In function `_close_ldap_link':
/usr/local/src/php/ext/ldap/ldap.c:112: undefined reference to `ldap_unbind_s'
It keeps giving me the last error for a bunch of lines. I have gotten umich ldap to work before (php 4.0.0)
Ian

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-22 15:22 UTC] sniper at cvs dot php dot net
Please attach your configure line and that FULL compile error. Which version of openldap did you try with?


--Jani
 [2000-07-22 15:23 UTC] sniper at cvs dot php dot net
Forgot that status change..again. =(

--Jani

 [2000-07-23 14:54 UTC] sniper at cvs dot php dot net
Closed by user request. Adding path into --with-ldap helped.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 16:01:31 2024 UTC