|
|
|
|
Snort Forums Archive
Archive Home » Windows » Can't find "ADOBE_Databse" in my adodb.inc.php
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 find "ADOBE_Databse" in my adodb.inc.php
Posted by avectrasnort on September 28, 2006 08:01:14
Im configuring snort on a Windows 2003 server and was using the following site/guide for the installaion.
http://www.iis-resources.com/modules/AMS/article.php?storyid=273&page=2
the guide says to modify the adodb.inc.php with the following:
Edit adodb.inc.php:
Change:
/**
* Name of last database driver loaded into memory. Set by ADOLoadCode().
*/
$ADODB_Database = ' ';
To:
$ADODB_Database = 'c:\inetpub\wwwroot\adodb';
However I cant find this in my adodb.inc.php...
Does any one know if I am using the wrong version of PHP?
The file is there just not this part of the code I need to modify.
Can I add the above info in my inc.php file?
Thanks for your help...
Tom
|
|
Posted by syyau on December 22, 2006 08:12:26
You don't need to configure anything on adodb.ini.php file on the new adodb versioin and it will work.
Jack |
|
|
|
|
|