trouby Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/BaldursGate/baldursgate_faldorn.gif)
Joined: 04 Oct 2003 Posts: 168
|
Posted: Wed Oct 15, 2003 5:53 pm Post subject: ldap2dns... |
|
|
Ldap2dns ( post #1)
Hey,
I'm trying to compile a package named "ldap2dns" it allows to put tinydns/bind zones inside an ldap server,
It's just a background, but not really relevant to the problem I have
When I try to compile it I get the following error:
root@1st:/usr/local/src/critical/dns/ldap2dns-0.3.1# make
gcc -O2 -DVERSION='"0.3.1"' -c ldap2dns.c -o ldap2dns.o
make: *** No rule to make target `-lldap', needed by `ldap2dns'. Stop.
root@1st:/usr/local/src/critical/dns/ldap2dns-0.3.1#
now this is the Makefile variables:
$Id: Makefile,v 1.29 2002/08/02 15:19:36 jrief Exp $
VERSION=0.3.1
RELEASE=1
CC=gcc -O2
CCDEBUG=gcc -g
CFLAGS=$(INC) -DVERSION='"$(VERSION)"'
LIBS=-lldap -llber
LD=gcc
LDFLAGS=
INSTALL_PREFIX=
PREFIXDIR=$(INSTALL_PREFIX)/usr
LDAPCONFDIR=$(INSTALL_PREFIX)/etc/openldap
TARFILE=/usr/src/redhat/SOURCES/ldap2dns-$(VERSION).tar.gz
SPECFILE=ldap2dns.spec
Maybe one of you fimiliar with OpenLDAP libraries/headers? I guess it seeks for the -lldap in one of the OpenLDAP headers/libs and can't find it.
Thanks. |
|