Hi,
Im tryng to install the release openca-0.9.1.3. After executing
configure I receive the following message:

vvv snip vvv
checking for ldap_init in -lldap... no
configure: error: no LDAP library found
configure: error: /bin/sh './configure' failed for src/ocspd
sed: can't read confdefs.h: No such file or directory
^^^ snip ^^^

but I see my ldap Lybrary at /usr/lib

libldap.so.2
libldap.so.2.0.111
libldap_r.so.2
libldap_r.so.2.0.111
libnss_ldap.so

do I need a special openldap version?

Thanks

Claudio Thomas

PS: I start configure with

./configure \
  --prefix=${PREFIX} \
  --with-openca-prefix=${PREFIX}/openca \
  --with-etc-prefix=${PREFIX}/openca/etc \
  --with-httpd-fs-prefix=/srv/httpd \
  --with-ca-cgi-fs-prefix=/srv/httpd/ca/cgi-bin \
  --with-ca-htdocs-fs-prefix=/srv/httpd/ca/htdocs \
  --with-ra-cgi-fs-prefix=/srv/httpd/ra/cgi-bin \
  --with-ra-htdocs-fs-prefix=/srv/httpd/ra/htdocs \
  --with-ldap-cgi-fs-prefix=/srv/httpd/ldap/cgi-bin \
  --with-ldap-htdocs-fs-prefix=/srv/httpd/ldap/htdocs \
  --with-pub-cgi-fs-prefix=/srv/httpd/pub/cgi-bin \
  --with-pub-htdocs-fs-prefix=/srv/httpd/pub/htdocs \
  --with-node-cgi-fs-prefix=/srv/httpd/node/cgi-bin \
  --with-node-htdocs-fs-prefix=/srv/httpd/node/htdocs \
  --with-scep-cgi-fs-prefix=/srv/httpd/scep/cgi-bin \
  --with-scep-htdocs-fs-prefix=/srv/httpd/scep/htdocs \
  --with-module-prefix=${PREFIX}/modules \
  --with-openssl-prefix=/usr/local/ssl \
  --with-engine=no \
  --with-web-host=www.nd.kako.de \
  --with-ca-organization="KaKo.de - OpenCA" \
  --with-ca-country=DE \
  --with-ca-locality=Burbach \
  --with-ldap-port=389 \
  --with-ldap-root="cn=Manager,o=KaKo.de,c=DE" \
  --with-ldap-root-pwd="bse4ldap" \
  --enable-ocspd \
  --enable-db \
  --disable-dbi \
  --disable-rbac \
  --with-service-mail-account="[EMAIL PROTECTED]" \
  --with-httpd-user=wwwrun \
  --with-httpd-group=nogroup \
  --with-openca-user=root \
  --with-openca-group=nogroup \
  --with-dist-user=claudio \
  --with-dist-group=users \
  --with-language=de_DE \
  --with-hierarchy-level=ra


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to