php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16106 LDAP + IMAP = PROBLEM
Submitted: 2002-03-15 15:36 UTC Modified: 2002-04-17 00:00 UTC
Votes:3
Avg. Score:3.0 ± 1.6
Reproduced:1 of 2 (50.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: ronie at smartech dot com dot br Assigned:
Status: No Feedback Package: LDAP related
PHP Version: 4.1.1 OS: Conectiva 7.0
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: ronie at smartech dot com dot br
New email:
PHP Version: OS:

 

 [2002-03-15 15:36 UTC] ronie at smartech dot com dot br
Dear,

If I use extension=ldap.so alone it's work fine, if I use extension=imap.so alone it's work fine, but if I use extension=imap.so and extension=ldap.so the Apache Core dumped and if I use extension=ldap.so extension=imap.so the Apache don't start.


Please Help Me


RONIE LIMA

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-15 16:03 UTC] sander@php.net
What's your configure line?
Which version of c-client/wu-imapd and ldap are you using?
Can you provide a backtrace of the core-dump (see http://bugs.php.net/bugs-generating-backtrace.php)?
Does it work if you compile imap and ldap statically?
 [2002-03-15 16:10 UTC] ronie at smartech dot com dot br
My softwares

imap-2000c-6cl
php4-4.1.1-1U70_4cl
php4-ldap-4.1.1-1U70_4cl
mod_php4-4.1.1-1U70_4cl
php4-imap-4.1.1-1U70_4cl
php4-ldap-4.1.1-1U70_4cl
openldap-client-2.0.21-1U70_2cl
openldap-server-2.0.21-1U70_2cl
openldap-2.0.21-1U70_2cl


My php.ini (LDAP connections working)
extension_dir = /usr/lib/php4
extension=mysql.so
extension=pgsql.so
extension=ldap.so
;extension=imap.so
extension=odbc.so

My php.ini (IMAP connections working)
extension_dir = /usr/lib/php4
extension=mysql.so
extension=pgsql.so
;extension=ldap.so
extension=imap.so
extension=odbc.so

My php.ini (Apache not working withou any log, just not start)
extension_dir = /usr/lib/php4
extension=mysql.so
extension=pgsql.so
extension=ldap.so
extension=imap.so
extension=odbc.so
 [2002-03-16 04:57 UTC] sander@php.net
I guess you're using packages from your linux-distribution?
 [2002-04-17 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2008-07-02 05:37 UTC] peter at hotmail dot com
Hello
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC