From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 17:46:24 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 32B5216A4CE for ; Wed, 22 Sep 2004 17:46:24 +0000 (GMT) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4641043D1F for ; Wed, 22 Sep 2004 17:46:23 +0000 (GMT) (envelope-from fgleiser@cactus.fi.uba.ar) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.12.11/8.12.11) with ESMTP id i8MHlFDQ076438; Wed, 22 Sep 2004 14:47:16 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 22 Sep 2004 14:47:15 -0300 (ART) From: Fernando Gleiser To: kinux In-Reply-To: <00e901c4a0c9$26e810b0$4c22fea9@winxp> Message-ID: <20040922143910.M38198@cactus.fi.uba.ar> References: <00e901c4a0c9$26e810b0$4c22fea9@winxp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -104.901 () BAYES_00,USER_IN_WHITELIST X-Scanned-By: MIMEDefang 2.42 cc: freebsd-questions@freebsd.org Subject: Re: snort+mysql+acid 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: Wed, 22 Sep 2004 17:46:24 -0000 On Thu, 23 Sep 2004, kinux wrote: > hi, > > > Then seach the web, found someone has been report with this problem at > July, http://archives.neohapsis.com/archives/snort/2004-07/0377.html it > seems the problem still exist. i tried to follow the method to make it > work but failure. > > Is there anyone solve the problem? There isn't a problem. It is just that acid some other extra stuff compiled into php which isn't in the default build of the php4 port like database support, session suport and some other things I don't remember now. I added the stuff to the lang/php4 and rebuilt/reinstalled the port. Then I did an "apaclectl restart" and it worked fine afterwards. Fer