|
From: Philip W. <p.g...@st...> - 2004-12-07 12:19:23
|
Just in case anyone is having the same fight that I've just had. The email system will not work on a stock Debian system. I think this is because the php4-cgi package (the one that calls the php4 binary that sendmail.phtml should call) was not built with ldap support. It crashes as soon as ldap_connect is called. If you wish to use Rolodap on a Debian system then I suggest you get the php source code and build it into /usr/local (configure --with-ldap --prefix=/usr/local). Then point sendmail.phtml at /usr/local/bin/php. It should then work. -- Philip Ward. Unix Systems Administrator. Ext 7274. -- The University of Stirling is a university established in Scotland by charter at Stirling, FK9 4LA. Privileged/Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not disclose, copy or deliver this message to anyone and any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. |