From owner-freebsd-questions@FreeBSD.ORG Fri Sep 24 08:07:36 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 00F7B16A4CE for ; Fri, 24 Sep 2004 08:07:36 +0000 (GMT) Received: from acidy.com (iade006wl01.blackmesh.com [216.66.28.50]) by mx1.FreeBSD.org (Postfix) with SMTP id 950C243D46 for ; Fri, 24 Sep 2004 08:07:35 +0000 (GMT) (envelope-from steve@howes-macnaghten.com) Received: (qmail 23477 invoked by uid 512); 24 Sep 2004 08:07:34 -0000 Received: from steve@howes-macnaghten.com by terrence by uid 510 with qmail-scanner-1.21st (clamdscan: 0.70rc. spamassassin: 2.63. Clear:RC:1(212.44.26.32):. Processed in 1.245236 secs); 24 Sep 2004 08:07:34 -0000 Received: from unknown (HELO apollo.howes-macnaghten.com) (212.44.26.32) by acidy.com with SMTP; 24 Sep 2004 08:07:33 -0000 Date: Fri, 24 Sep 2004 09:07:32 +0100 MIME-Version: 1.0 Message-ID: X-MS-Has-Attach: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.4417.0 X-MS-TNEF-Correlator: Thread-Topic: snort+mysql+acid Thread-Index: AcShlSQlGiIkLob4Rp64jKv4dqN0ZAAeF+Eg From: "Steve Hodgson" To: "kinux" , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 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: Fri, 24 Sep 2004 08:07:36 -0000 kinux wrote: > Thanks for your reply. > After installed php4-session and php4-mysql, it work, The > error messages disappearred. But i found there is another > problem. it can not display the alert with details, it always > prompted with following line.. > Fatal error: Call to undefined function: preg_replace() > in /usr/local/www/acid/acid_signature.inc on line 194 >=20 Install devel/php4-pcre Alternatively you can install the lang/php4-extensions port, which gives you a list of all the possible extensions you can install Steve