From owner-freebsd-questions@FreeBSD.ORG Fri Nov 5 06:10:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4159E16A4D8 for ; Fri, 5 Nov 2004 06:10:44 +0000 (GMT) Received: from web40907.mail.yahoo.com (web40907.mail.yahoo.com [66.218.78.204]) by mx1.FreeBSD.org (Postfix) with SMTP id 1486C43D48 for ; Fri, 5 Nov 2004 06:10:44 +0000 (GMT) (envelope-from son_jaya@yahoo.com) Received: (qmail 12226 invoked by uid 60001); 5 Nov 2004 06:10:43 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=4+y2zkeIciefrC8Ov2W8Hr0s/X6Rwk6Aysv2VVOSULjIgkB4gr4/lOuxcg93tpVpSMpVqVdFo3fkm206adulO+iJAeFf0WHx3PbFQzH+MeBbNVWliGgK+u7jwJyt7QPnA4JCRFf4poExbDPepZzqZnO/DBMC5KINmPpxKPmV6Zo= ; Message-ID: <20041105061043.12224.qmail@web40907.mail.yahoo.com> Received: from [202.158.77.194] by web40907.mail.yahoo.com via HTTP; Thu, 04 Nov 2004 22:10:43 PST Date: Thu, 4 Nov 2004 22:10:43 -0800 (PST) From: sonjaya To: freebsd-quest MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: error when make in net-snmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 06:10:44 -0000 Dear all i try install net-snmp from source with this options #./configure --prefix=/usr/local/net-snmp bla bla then #make bla bla -I./.. -I.. -g -O2 -Dfreebsd5 -c mibII/tcpTable.c -fPIC -DPIC -o mibII/.libs/tcpTable.lo mibII/tcpTable.c: In function `tcpTable_next_entry': mibII/tcpTable.c:419: error: structure has no member named `inp_list' mibII/tcpTable.c: In function `tcpTable_free': mibII/tcpTable.c:429: error: structure has no member named `inp_list' mibII/tcpTable.c: In function `tcpTable_load': mibII/tcpTable.c:698: error: structure has no member named `xt_tp' mibII/tcpTable.c:702: error: structure has no member named `xt_inp' *** Error code 1 Stop in /usr/local/src/net-snmp-5.1/agent/mibgroup. *** Error code 1 Stop in /usr/local/src/net-snmp-5.1/agent. *** Error code 1 Stop in /usr/local/src/net-snmp-5.1. PAG_ROUTER# --------------------------------------------- i trys use ucd-snmp 4.2.6 same get error like this bellow gcc -g -O2 -Dfreebsd5 -I. -I.. -I. -I./.. -c scapi.c -fPIC -DPIC -o .libs/scapi.lo scapi.c: In function `sc_encrypt': scapi.c:612: error: incompatible type for argument 1 of `memset' scapi.c: In function `sc_decrypt': scapi.c:725: error: incompatible type for argument 1 of `memset' *** Error code 1 Stop in /usr/local/src/ucd-snmp-4.2.6/snmplib. *** Error code 1 Stop in /usr/local/src/ucd-snmp-4.2.6. PAG_ROUTER# what should i do i do it in linux box is no problem ===== SONJAYA