I read that webmin has a 3rd party modeule for LDAP. For that purpose, I need to install Nestcape LDAP SDK (done) and perldap (from www.mozilla.og/directory)
In the how_to_install_perldap, after extracting the gz file, I need to do "perl Makefile.PL" if there is no error, do "make"
The problem is that I'm having no error with "perl Makefile.PL" but I cant do the "make". The terminal show me 1 error which I couldn't figure it out what happen. I attached a txt file copy_paste from the terminal. Could someone please guide me whats wrong with it?
There is a line stated:
API.c:53:23: ldap_ssl.h: No such file or directory
But I had the ldap_ssl on directory /usr/include/mozilla-1.4/ldap/ldap_ssl.h which should be the default folder when I install LDAP SDK
Sounds like you didn't configure PerLDAP properly when running "perl Makefile.PL". In particular, you need to tell it where your C-SDK is installed. If it still doesn't work, send the entire output from the configuration part.
-- Leif
