LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   I am trying to configure proftpd 1.2.8. (https://www.linuxquestions.org/questions/linux-software-2/i-am-trying-to-configure-proftpd-1-2-8-a-52289/)

jobesd 03-28-2003 08:17 PM

I am trying to configure proftpd 1.2.8.
 
I am trying to configure proftpd 1.2.8.

configure runs without error.


./configure \
--exec_prefix=/programs/proftpd \
--prefix=/programs/proftpd \
--with-modules=mod_readme:mod_ldap:mod_ratio:mod_sql:mod_sql_mysql \
--with-includes=/programs/mysql/include \
--with-libraries=/programs/mysql/lib/mysql


now when I

make

I get this error:

mod_ldap.c:114 lber.h no such file or directory
mod_ldap.c:115 ldap.h no such file or directory
make[1]: *** [mod.ldap.o] Error 1
make[1]: Leaving directory '/downloads/proftpd-1.2.8/modules'
make: *** [modules] Error 2



As you can see below I followed the instructions for ldap what is the problem?


Instructions:


============================
2. How do I set up mod_ldap?
============================

If you are using a version of mod_ldap included with a ProFTPD release,
you can simply:

* cd proftpd-version
* ./configure --with-modules=mod_ldap
* make
* make install

dsailor 07-22-2003 06:50 PM

I'm currently recieving this same error... Anybody??? Any insight would be appreciated.

SuSE8.0 with OpenLDAP 2 from rpms, proftpd 1.2.8 from source with built in mod_ldap...

--------- UPDATE ----------

hehehe, I'm a 'tard! I noticed I didn't have the openldap2-devel package installed.... :rolleyes:
Richard


All times are GMT -5. The time now is 01:53 PM.