From owner-freebsd-questions@FreeBSD.ORG Tue May 27 08:22:13 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25919106567B for ; Tue, 27 May 2008 08:22:13 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id ED3458FC3D for ; Tue, 27 May 2008 08:22:12 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2761496rvf.43 for ; Tue, 27 May 2008 01:22:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=jPg3lslb7wvAoiUjHT/Q+NjF6+8A/TFlUFlIsJ8xsyA=; b=pVgpQEKXatotq+rP5dK7cNalrqj1KhDaXvfVm9mfKNq8SSyGmbMXclr5RLYiydLX37OihoZ9tcuWHgrhKz/uT06J5e/u1pQTyN0WmcIlA7SAzVWEE+RTveW9L+N3kA2lZGdjGxZbgzvoYKZ1A5HH5yH6jju++IH86FULP0hAm7M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fygsrvuz1OTMlTvjOm55hfynt6iON66U4EKbm2d7cJw0mHRdT0WsQlg9a/qhP/fPjPdkkdMmaE2QXUOj4o70w4kOw/21BDa2BaTvDzaGZKCg2w/ogyIPHuqse8+xkjnQX5pZzHtiMSB4yUTBnD85JhaDBYbznYDGiJ6dMcKf6Cc= Received: by 10.140.170.12 with SMTP id s12mr411075rve.101.1211875058727; Tue, 27 May 2008 00:57:38 -0700 (PDT) Received: by 10.141.41.4 with HTTP; Tue, 27 May 2008 00:57:38 -0700 (PDT) Message-ID: <790a9fff0805270057v2aa0959byac63d5659ae61b8@mail.gmail.com> Date: Tue, 27 May 2008 02:57:38 -0500 From: "Scot Hetzel" To: gahn In-Reply-To: <451466.32114.qm@web52108.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <451466.32114.qm@web52108.mail.re2.yahoo.com> Cc: freebsd security , freebsd general questions Subject: Re: freebsd and snort X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 08:22:13 -0000 On 5/27/08, gahn wrote: > Hello all: > > I tried to install snort under /usr/ports/security and have some problems. with "make all", I checked every item on the menu but I got error messages: > > ////////////////////////////// > > laptop# make all > ===> snort-2.8.1_1 is marked as broken: FLEXRESP2 patch file does not incorporate cleanly. > *** Error code 1 > > Stop in /usr/ports/security/snort. > > /////////////////////////////// > > tried "make distclean" and it didn't seem to help to clear the problem. Looked at the timestamps on the files and I don't see any files modified by the command "make all" > > could anyone help me on this? > Use "make config" to bring up the Options screen, and check FLEXRESP and uncheck FLEXRESP2. Scot