From owner-freebsd-questions Tue Feb 12 23:27:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tvt.ne.jp (tvtsv2.tvt.ne.jp [210.253.56.5]) by hub.freebsd.org (Postfix) with ESMTP id 18D8137B404 for ; Tue, 12 Feb 2002 23:27:36 -0800 (PST) Received: from tigerlair.tvt.ne.jp (pcnadmin.tvt.ne.jp [210.253.56.9]) by tvt.ne.jp (8.10.1/8.10.1) with ESMTP id g1D7RY644615 for ; Wed, 13 Feb 2002 16:27:34 +0900 (JST) Message-Id: <5.0.2.6.2.20020213162806.025fdfa8@mail.tvt.ne.jp> X-Sender: chand@mail.tvt.ne.jp X-Mailer: QUALCOMM Windows Eudora Version 5.0.2-Jr1 Date: Wed, 13 Feb 2002 16:28:08 +0900 To: freebsd-questions@freebsd.org From: Martin Chandler Subject: net-snmp port problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello, I have been trying to upgrade net-snmp to deal with the recent security issues as per Ports Security Advisory FreeBSD-SA-02:11. I have used cvs to get the updated port, but when I try to make install it fails trying to find ../libtool ===> Building for ucd-snmp-4.2.3 cc -E -I./agent/mibgroup -I. -I. -DDONT_INC_STRUCTS -DBINDIR=/usr/local/bin -x c -DPREFIX=/usr/local -DLIBDIR=/usr/local/lib -DDATADIR=/usr/local/share ./sedscript.in | egrep '^s[/#]' | sed 's/REMOVEME//g;s# */#/#g;s/ *#/#/g;s#/ *#/#g;s/# g/#g/;' > sedscript sed -f sedscript ./EXAMPLE.conf.def > EXAMPLE.conf for i in snmplib agent apps local ov man ; do ( cd $i ; make ) ; done /bin/sh ../libtool --mode=compile cc -DINET6 -O -pipe -Dfreebsd4 -I. -I.. -I. -I./.. -c -o snmp_client.lo snmp_client.c ./libtool: Can't open ../libtool: No such file or directory *** Error code 2 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.3/snmplib. *** Error code 1 There is no libtool script in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.3, but I notice there was one in the old ucd-snmp 4.2 that I had running before. Where did it go, and is there anything I can do to work around it? I am not subscribed to this list, so please cc replies to me at chand@tvt.ne.jp Thanks, Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message