kinux wrote: > Fatal error: Call to undefined function: preg_replace() in > /usr/local/www/acid/acid_signature.inc on line 194
You have managed to install PHP *without* the PCRE module (module of PHP). http://php.net/pcre should lead you to something useful about how/where to get PCRE. Not sure how that translates into FreeBSD ports system, however. You can check what PHP modules are installed by creating a PHP file in your web server with (only) this in it: <?php phpinfo();?> I *thought* the PCRE module was built-in to PHP -- at least after 4.0 anyway... Check your version of PHP in that output -- You may have managed to install it twice, and are somehow using an "old" PHP version with snort/mysql/acid... Also try "php -v" on the command line as the Snort user (or whatever user[s] seem appropriate). -- Like Music? http://l-i-e.com/artists.htm _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"