hamano / openldap-pbkdf2

PBKDF2 for OpenLDAP
34 stars 7 forks source link

install error #1

Closed joel-costigliola closed 10 years ago

joel-costigliola commented 10 years ago

I have failed to install openldap-pbkdf2 but as I'm a OpenLDAP newbie it may be a silly error or just an OpenLDAP problem.

OpenLDAP version: 2.4.39 OS : CentOS release 6.4

Here's what I did :

result :

../../../../libtool --mode=compile gcc -g -O2 -Wall  -I../../../../include -I../../../../include -I../../../../servers/slapd -c pw-pbkdf2.c
make: ../../../../libtool: Command not found
make: *** [pw-pbkdf2.lo] Error 127

There is actually no libtool in ./../../../ which is openldap-2.4.39 in my case.

What am I missing here ? Should I expect libtool to be part of openldap ?

Thanks for your help Regards

Joel

hamano commented 10 years ago

OPENLDAP_BUILD_DIR means already compiled directory of OpenLDAP. First, You need to execute ./configure and make in openldap-2.4.39.

joel-costigliola commented 10 years ago

Ok, will try that.

Thanks a lot !