|
|
|
|
Snort Forums Archive
Archive Home » Windows » Can't start ACID
Please note that the categories listed below represent an archived version of our forums pages. To view the current version and be able to post and reply to threads, please register and login here to go to the full forums pages.
[ Notice: Full Version of This Topic ]
Can't start ACID
Posted by nickliao1 on October 10, 2006 17:37:35
Hi Sir:
My computer environment:
1. Windows 2003 SP1
2. IIS 6
3. SQL Server 2000 SP3a
4. PHP 4.4.4 (I am make sure is work)php-4.4.4-Win32.zip
5. Test the test.php(I am make sure is work)
6. WinPcap_3_1.exe (I am make sure is work)
7. Snort_2_4_5_Installer.exe snort service is work(I am make sure s work)
8. Install ACID 0.9.6b23 below the error message
-------------------------------------------------------------------------------------
PHP ERROR: PHP build incomplete: the prerequisite MS SQL Server support required to read the alert database was not built into PHP. Please recompile PHP with the necessary library (--enable-mssql)
-------------------------------------------------------------------------------------
9. Change install BASE 1.3.0 below the error message
-------------------------------------------------------------------------------------
Error (p)connecting to DB : snort@localhost:1433
Check the DB connection variables in base_conf.php
= $alert_dbname : database name where the alerts are stored
= $alert_host : host where the database is stored
= $alert_port : port where the database is stored
= $alert_user : username into the database
= $alert_password : password for the username
Fatal error: Call to undefined function: mssql_get_last_message() in c:\adodb\drivers\adodb-mssql.inc.php on line 470
-------------------------------------------------------------------------------------
10. copy ntwdblib.dll and php_mssql.dll to c:\windows\system32
11. edit php.ini extensions_dir="c:\php\extensions" and
extension=php_mssql.dll
12. telnet server_id 1433 is work
Can your help me slove the problem.
Thanks!!!
Nick |
|
Posted by wartillo on October 13, 2006 09:31:48
I never been able to make ACID or base work under windows since i've changed to MySQL 5 (worked fine with version 3).
I just gave up and I'm using Activeworx.
There's a free version at www.activeworx.org. |
|
Posted by recluse on December 13, 2006 02:03:55
there must be something wrong with your configuration,
please check your file "snort.conf"
|
|
Posted by greenker on January 10, 2007 15:35:26
Reply to wartillo
you can try to use MYsql4.X .Mysql5 is a higher version that ACID can not support! |
|
Posted by caribbean_knight on January 16, 2008 07:36:44
I have ACID working on a Windows XP Professional SP2, using MySQL. The only part that is giving me problems is the Graph Alert Data page. For the rest is good.
The error that I am getting on the Graph Alert Data page is:
PHP ERROR: PHP build incomplete: the prerequisite GD support required to generate graphs was not built into PHP. Please recompile PHP with the necessary library (--with-gd) |
|
|
|
|
|