From owner-freebsd-isp Fri Feb 9 17:22:43 2001 Delivered-To: freebsd-isp@freebsd.org Received: from mail.tcworks.net (mail.tcworks.net [216.61.218.4]) by hub.freebsd.org (Postfix) with ESMTP id 74AA937B503 for ; Fri, 9 Feb 2001 17:22:25 -0800 (PST) Received: from tcworks.net (creed.tcworks.net [216.61.218.6]) by mail.tcworks.net (8.10.2/8.10.2) with ESMTP id f1A1IfX65680 for ; Fri, 9 Feb 2001 19:18:41 -0600 (CST) Message-ID: <3A84983D.95A22273@tcworks.net> Date: Fri, 09 Feb 2001 19:24:13 -0600 From: Chris Cook X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.mail.sendmail To: freebsd-isp@freebsd.org Subject: Problems compiling, "cannot open -lbind" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello all, I am trying to upgrade the sendmail version on our backup mx and am running into some problems. When i attempt to "sh Build" or "make" I get an error message about what I think are bind libraries. This is a FreeBSD machine recently upgraded via "make world" to 3.5-STABLE. I recently upgraded bind as well (because of the recent security issues). I have downloaded the bind source and recompiled it hoping to fix whatever lib problem I may be having, but no luck there. I have attached the output from "make" and would very much appreciate any feedback on the issue. Thanks in advance! -- Chris o----< ccook@tcworks.net >------------------------------------o |Chris Cook - Admin |TCWORKS.NET - http://www.tcworks.net | |The Computer Works ISP |FreeBSD - http://www.freebsd.org | o-------------------------------------------------------------o backupmx:/home/ccook/sendmail-8.10.2$ make Making all in: /usr/home/ccook/sendmail-8.10.2/libsmutil Configuration: pfx=, os=FreeBSD, rel=3.5-STABLE, rbase=3, rroot=3.5-STABLE, arch=i386, sfx=, variant=optimized Making in ../obj.FreeBSD.3.5-STABLE.i386/libsmutil Making all in: /usr/home/ccook/sendmail-8.10.2/libsmdb Configuration: pfx=, os=FreeBSD, rel=3.5-STABLE, rbase=3, rroot=3.5-STABLE, arch=i386, sfx=, variant=optimized Making in ../obj.FreeBSD.3.5-STABLE.i386/libsmdb Making all in: /usr/home/ccook/sendmail-8.10.2/sendmail Configuration: pfx=, os=FreeBSD, rel=3.5-STABLE, rbase=3, rroot=3.5-STABLE, arch=i386, sfx=, variant=optimized Making in ../obj.FreeBSD.3.5-STABLE.i386/sendmail cc -o sendmail main.o alias.o arpadate.o bf_torek.o clock.o collect.o conf.o control.o convtime.o daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o map.o mci.o milter.o mime.o parseaddr.o queue.o readcf.o recipient.o savemail.o sfsasl.o shmticklib.o srvrsmtp.o stab.o stats.o sysexits.o timers.o trace.o udb.o usersmtp.o util.o version.o ../libsmutil/libsmutil.a -lbind -lutil /usr/libexec/elf/ld: cannot open -lbind: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message