Hello am using openldap 2.4 I want my server to support componnet matching when i run it like this env CPPFLAGS="-I/usr/local/BerkeleyDB.4.7/include" LDFLAGS="-L/usr/local/BerkeleyDB.4.7/lib" ./configure -enable-modules=yes
it gives error could not locate libtool ltdl.h so how should i configure slapd to support component matchingg?
On Thu, 17 Dec 2009, med s wrote:
Hello am using openldap 2.4 I want my server to support componnet matching when i run it like this env CPPFLAGS="-I/usr/local/BerkeleyDB.4.7/include" LDFLAGS="-L/usr/local/BerkeleyDB.4.7/lib" ./configure -enable-modules=yes
it gives error could not locate libtool ltdl.h so how should i configure slapd to support component matchingg?
You'll need to install libtool and its header files/support libraries, either on your own or perhaps with the assistance of your OS distribution ("apt-get" / "yum" / etc.). If you believe you already have it installed, add additional appropriate -I/-L (same as you're doing) to help configure find libtool.
openldap-software@openldap.org