Hi, On Fri, 2005-11-25 at 06:46 +0000, shamshu shaikh wrote: > days resolving it but to no avail. My ldap service is also running and i > have added qmail.schema to its /etc/openldap/slapd.conf file and have copied > qmail.schema to /etc/openldap/schema/ . >
>From the error message that you sent: [EMAIL PROTECTED] qmail-1.03]# make setup check ./compile -DQLDAP_CLUSTER -DEXTERNAL_TODO -DDASH_EXT -DDATA_COMPRESS -DQMQP_COMPRESS -DSMTPEXECCHECK -I/usr/local/include -DDEB UG qldap.c qldap.c:36:18: lber.h: No such file or directory qldap.c:37:18: ldap.h: No such file or directory it clearly indicates that the files "lber.h" and "ldap.h" were not found in the /usr/local/include directory. Are you sure you have your ldap header files and libs located in the directories that you have specified in the Makefile: # Perhaps you have different ldap libraries, change them here LDAPLIBS=-L/usr/local/lib -lldap -llber -lresolv # and change the location of the include files here LDAPINCLUDES=-I/usr/local/include Please check the location of these header files and make relevant changes in the Makefile. Srinidhi. ~~~ When I was a boy I was told that anybody could become President. Now I'm beginning to believe it. -- Clarence Darrow