From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 18:01:23 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 C358D16A4CE for ; Wed, 22 Sep 2004 18:01:23 +0000 (GMT) Received: from congo.princess.dyns.cx (cpc1-cmbg6-6-0-cust54.cmbg.cable.ntl.com [81.104.213.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30EC543D2F for ; Wed, 22 Sep 2004 18:01:19 +0000 (GMT) (envelope-from steve@howes-macnaghten.com) Received: by congo.princess.dyns.cx (Postfix, from userid 1001) id D342DC2E2; Wed, 22 Sep 2004 19:01:17 +0100 (BST) From: Steve Hodgson To: "kinux" Date: Wed, 22 Sep 2004 19:01:17 +0100 User-Agent: KMail/1.7 References: <00e901c4a0c9$26e810b0$4c22fea9@winxp> In-Reply-To: <00e901c4a0c9$26e810b0$4c22fea9@winxp> MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409221901.17579.steve@howes-macnaghten.com> 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 18:01:23 -0000 On Wednesday 22 September 2004 18:25, kinux wrote: > hi, > > i installed snort+mysql+acid by ports following this link > http://www.bsdhound.com/newsread.php?newsid=42 , after finished > installation, tried to browsed the result and found a line > > Fatal error: Call to undefined function: session_module_name() in > /usr/local/www/acid/acid_state_common.inc on line 49 > The php has recently been split up into lots of different parts. The correct thing to do is install the /usr/ports/www/php[4,5]-session port, and presumably the database/php-[4,5]-mysql port. Steve