I had a similar error message after updating my system to the current Testing packages. When attempting to send an email to a Kolab user, it would bounce back with the following error message:

Command died with status 255: "/usr/bin/php". Command
   output: PHP Warning:  require_once(Net/LDAP2.php): failed to open stream:
   No such file or directory in
   /usr/share/horde3/lib/Horde/Kolab/Server/ldap.php on line 1132 PHP Fatal
   error:  require_once(): Failed opening required 'Net/LDAP2.php'
   
(include_path='.:/usr/share/php:/usr/share/php:/usr/share/php/PEAR:/usr/share/horde3/lib')
   in /usr/share/horde3/lib/Horde/Kolab/Server/ldap.php on line 1132


I was able to work around the problem by installing the ldap2 files using the following command:

pear install Net_LDAP2-2.0.1

which used pear to download and install them. This isn't the Debian way to handle things, but I had to get the server up and running in a hurry. I'm posting this in case anyone else is stuck in this position.

Soren



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to