Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ldap2dns...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
trouby
Apprentice
Apprentice


Joined: 04 Oct 2003
Posts: 168

PostPosted: Wed Oct 15, 2003 5:53 pm    Post subject: ldap2dns... Reply with quote

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.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum