[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-26 Thread Chuck Short
this should be fixed in lucid now.

** Changed in: php5 (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-23 Thread Martin Pitt
** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Also affects: php5 (Ubuntu Lucid)
   Importance: Undecided
 Assignee: Chuck Short (zulcss)
   Status: Confirmed

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-23 Thread Chuck Short
This should be fixed in the latest upload.

Regards
chuck

** Changed in: php5 (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-22 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

** Changed in: php5 (Ubuntu)
   Status: New = Incomplete

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-22 Thread pittado
Yes, this is reproducible

Update to php5.3.1and install php5-ldap

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-22 Thread kloostec
I've also run into this problem.  Even with php5-ldap installed (and
after restarting apache, etc.), I cannot call the ldap_connect()
function:

Fatal error: Call to undefined function ldap_connect() in [some_path] on
line 33

To reproduce:

sudo apt-get install php5 php5-ldap libapache2-mod-php5
sudo vi /var/www/test.php

enter these contents:

?php
ldap_connect();
?

Then hit http://localhost/test.php.  You should receive the error above.
If not, you need to edit /etc/php5/apache2/php.ini, turn display_errors
to On, then restart apache.

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 544052] Re: Fatal error: Call to undefined function ldap_connect()

2010-03-22 Thread Ondřej Surý
Chuck,

I know that you are probably overloaded, but I guess simple dpkg -L
php5-ldap wouldn't hurt before replying with boilerplate answer.

r...@howl:/# dpkg -L php5-ldap
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/php5-ldap
/usr/share/doc/php5-ldap/copyright
EOF

Also it would be good if you run and check lintian errors when you do
FFE.

r...@howl:/# lintian /var/cache/apt/archives/php5-ldap_5.3.1-5ubuntu2_amd64.deb 
warning: lintian's authors do not recommend running it with root privileges!
E: php5-ldap: debian-changelog-file-missing

This should gave you some hints...

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Fatal error: Call to undefined function ldap_connect()
https://bugs.launchpad.net/bugs/544052
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs