php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20502 ldap
Submitted: 2002-11-19 13:57 UTC Modified: 2002-11-19 13:59 UTC
From: mcrocha at terra dot com dot br Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.3 OS: linux 2.4.18 (rh 8.0)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mcrocha at terra dot com dot br
New email:
PHP Version: OS:

 

 [2002-11-19 13:57 UTC] mcrocha at terra dot com dot br
i'm trying to compile php 4.2.3 with openldap 2.1.18 and i'm getting the following.

ldap.c: In function `_ldap_rebind_proc':
ldap.c:2030: `tsrm_ls' undeclared (first use in this function)
ldap.c:2030: (Each undeclared identifier is reported only once
ldap.c:2030: for each function it appears in.)
make[3]: *** [ldap.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.2.3/ext/ldap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.2.3/ext/ldap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.2.3/ext'
make: *** [all-recursive] Error 1

i have tried to compile php 4.2.3 with michigan's ldap 3.3 and i receive a msg from apache 2.0.40 with undefinied symbols when it tries to load the module.

i have tried to compile php4-latest.... with michigan's ldap 3.3 and it doesn't work.

i have tried to compile php4-latest... with openldap 2.1.18 and it doesn't work.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-19 13:59 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the original bug instead.

Thank you for your interest in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC