Hmm...
All looks pretty inoculous in authlib/config.log as far as ldap goes...

configure:2101: checking for ldap.h
....
configure:2233: checking for ldap_open in -lldap
configure:2273: checking for ldap_search_st
configure:2380: ....

This was the only error..

configure:1500: gcc -o conftest -g -O2 -Wall -I.. -I./..   conftest.c  1>&5
/var/tmp/ccL277411.o: In function `main':
/remote/site/webmail/tmp/sqwebmail-2.1.1/authlib/configure(.text+0x4):
undefined reference to `floor'
configure: failed program was:
#line 1489 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char floor();
int main() {
floor()
; return 0; }

Any more clues??
Regards.       Mark



----- Original Message -----
From: "Sam Varshavchik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 19, 2001 4:48 PM
Subject: Re: ldapauth module install problems


Mark Frater writes:

> Why doesn't authldap appear in authdaemonrc as one of the modules I can
use?

The configuration script did not detect the presence of OpenLDAP development
files.  This is usually caused by OpenLDAP's libraries and development files
being installed in directories that are not searched by the compiler, by
default, or by something breaking when a test program was compiled by the
configure script.

Find the errors in authlib/config.log that resulted in OpenLDAP failing to
be detected, and work from there.

--
Sam


Reply via email to