From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 12:29:48 2003 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 01C2016A4CE for ; Sat, 20 Dec 2003 12:29:48 -0800 (PST) Received: from bmyster.com (loqtis.bmyster.com [65.162.190.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74BB943D39 for ; Sat, 20 Dec 2003 12:29:46 -0800 (PST) (envelope-from mrb@bmyster.com) Received: from loqtis.bmyster.com (localhost.bmyster.com [127.0.0.1]) by bmyster.com (8.12.10/8.12.10) with ESMTP id hBKIFDVL058364 for ; Sat, 20 Dec 2003 13:15:13 -0500 (EST) Received: (from www@localhost) by loqtis.bmyster.com (8.12.10/8.12.10/Submit) id hBKIF7EW058363; Sat, 20 Dec 2003 13:15:07 -0500 (EST) X-Authentication-Warning: loqtis.bmyster.com: www set sender to mrb@bmyster.com using -f Received: from 65.162.190.4 (SquirrelMail authenticated user mrb) by new.host.name with HTTP; Sat, 20 Dec 2003 13:15:07 -0500 (EST) Message-ID: <1394.65.162.190.4.1071944107.squirrel@new.host.name> Date: Sat, 20 Dec 2003 13:15:07 -0500 (EST) From: "Brent Bailey" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: compile of ucd-snmpd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mrb@bmyster.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 20:29:48 -0000 im trying to install snmpd on my freebsd machine... it successfully gets through ./configure but fails on the "make" with the following error scapi.c: In function `sc_encrypt': scapi.c:612: incompatible type for argument 1 of `memset' scapi.c: In function `sc_decrypt': scapi.c:725: incompatible type for argument 1 of `memset' *** Error code 1 Stop in /user3/mrb/ucd-snmp-4.2.6/snmplib. *** Error code 1 this is FBSD 4.9rc1 thanx for any help in advance -- brent