On 04/05/2013 05:25 PM, Vicaretti Vincenzo (Guest) wrote: > I'm having trouble to compile the module Net :: LDAPapi (required by <AuthBy > LDAP>) > > I installed all the dependencies, but I keep getting errors in completing the > form, you have any suggestions?
Looks like compiler does not found lber.h and ldap.h. These are likely part of LDAP development RPM that contains headers required for compiling the module. However, is there a specific need why you are not using AuthBy LDAP2. On RHEL 6 you could simply install 'perl-LDAP' without need to compile anything. AuthBy LDAP2 is the preferred LDAP module to use. Thanks, Heikki -- Heikki Vatiainen <[email protected]> Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc. _______________________________________________ radiator mailing list [email protected] http://www.open.com.au/mailman/listinfo/radiator
