[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: ldap installation



configure: error: Kerberos detection failed :|

this seemed to work

CPPFLAGS="-I/usr/include -I/usr/kerberos/include"
LDFLAGS="-L/usr/lib -L/usr/kerberos/lib"  cheers :)

i get this now though configure: error: could not locate suitable ODBC
library

-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Bennett, Tony
- CNF
Sent: Tuesday, November 26, 2002 2:21 AM
To: 'Dan Rossi'; openldap-software@OpenLDAP.org
Subject: RE: ldap installation


Assuming you want both /usr/include and /usr/kerberos as include
directories and /usr/lib and /usr/kerberos as library directories,
then TRY:

	CPPFLAGS="-I/usr/include -I/usr/kerberos"  \
      LDFLAGS="-L/usr/lib -L/usr/kerberos"       \
      ./configure

hth
-tony

> -----Original Message-----
> From: Dan Rossi [mailto:daniel@electroteque.org]
> Sent: Sunday, November 24, 2002 10:37 PM
> To: openldap-software@OpenLDAP.org
> Subject: RE: ldap installation
>
>
> ok i've tried a combination of different ways to prefix the
> include paths
> for both kerberos and berkley , bit silly should
> be --with-kerberos=/usr/kerberos
>
> CPPFLAGS="-I/usr/include; /usr/kerberos/" LDFLAGS="-L/usr/lib;
> /usr/kerberos/" ./configure
>
> i cant seem to add both include and lib paths in the same
> line , and there
> is no way of adding it to the makefile which is pretty
> standard ,any ideas
> why this is so different to any other linux package ??
>