Re: FreeRADIUS with LDAP Support

2011-12-08 Thread Alan Buxey
Hi,

 I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has
 not been compiled.
 Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?

if you read the output of ./configure

eg 

./confogure | grep WARN

you will see what LDAP stuff is required - openldap


alan
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FreeRADIUS with LDAP Support

2011-12-08 Thread Fajar A. Nugraha
On Thu, Dec 8, 2011 at 9:51 AM, Nick Khamis sym...@gmail.com wrote:
 Hello Everyone,

 I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has
 not been compiled.
 Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?

Try libldap2-dev. That's what on Build-Depends section on debian/control.

-- 
Fajar
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FreeRADIUS with LDAP Support

2011-12-08 Thread Nick Khamis
Hello Everyone,

I do have libldap2-dev installed however, it seems like openldap in all it's
totality is needed?

Thanks in Advnace,

Nick.

On Thu, Dec 8, 2011 at 5:31 AM, Fajar A. Nugraha l...@fajar.net wrote:
 On Thu, Dec 8, 2011 at 9:51 AM, Nick Khamis sym...@gmail.com wrote:
 Hello Everyone,

 I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has
 not been compiled.
 Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?

 Try libldap2-dev. That's what on Build-Depends section on debian/control.

 --
 Fajar
 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FreeRADIUS with LDAP Support

2011-12-08 Thread John Dennis

On 12/08/2011 01:11 PM, Nick Khamis wrote:

Hello Everyone,

I do have libldap2-dev installed however, it seems like openldap in all it's
totality is needed?


What is needed will be listed in the output of configure. Also listed 
will be where configure looked for the dependency. You should read this. 
Usually you'll need the headers and libraries, but they may be located 
in non-standard locations, if so you'll have to tell configure where to 
find them.



--
John Dennis jden...@redhat.com

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


FreeRADIUS with LDAP Support

2011-12-07 Thread Nick Khamis
Hello Everyone,

I tried to compile FreeRADIUS with LDAP support however, rlm_ldap has
not been compiled.
Are libldap-2.4-2 libldap-dev not sufficent? Do I need to install OpenLDAP?

Thanks in Advance,

Nick.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html