Date: Tue, 28 Jul 1998 12:57:05 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Alex Osokin <ars@ars.ml.org> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail 8.9.1 build problem: ld: -lbind: no match Message-ID: <Pine.BSF.4.00.9807281256420.21490-100000@resnet.uoregon.edu> In-Reply-To: <Pine.BSF.3.96.980726222052.17218F-100000@ars.dorms.spbu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 26 Jul 1998, Alex Osokin wrote: > Re, > > Just trying to build sendmail 8.9.1 and got: > > # sh Build > Configuration: os=FreeBSD, rel=2.2.7-STABLE, rbase=2, rroot=2.2, > arch=i386, sfx= > Making in obj.FreeBSD.2.2.7-STABLE.i386 > cc -o sendmail alias.o arpadate.o clock.o collect.o conf.o convtime.o > daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o main.o > map.o mci.o mime.o parseaddr.o queue.o readcf.o recipient.o safefile.o > savemail.o snprintf.o srvrsmtp.o stab.o stats.o sysexits.o trace.o udb.o > usersmtp.o util.o version.o -lbind -lutil > ld: -lbind: no match > *** Error code 1 > > Does anybody know where to check whats missing? Some libriary? It wants the nameserver resolver library, which we have integrated into libc. Remove -lbind from the CFLAGS list. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9807281256420.21490-100000>