I'm trying to install PythonLDAP on my remote server, and in order to do this I have to install OpenLDAP as a prerequisite.
I downloaded OpenLDAP, transferred it to my server, extracted it, ran the ./configure script, but when I type "make" in the home directory of OpenLDAP, it says:
make: * No targets specified and no makefile found. Stop.
And yet there is a configure script in this same directory, and there is also a Makefile.in file in this same directory. Why am I unable to run make? I have been building from source for years... and it usually runs smoothly. I don't understand why it won't run the make step.
This is the download site: http://www.openldap.org/software/download/