Snort.org home  
Got Source? About Snort About Sourcefire Snort FAQ
Sourcefire Network Security - the creators of Snort

Snort Forums Archive

Archive Home » Snort Newbies » Basic question SNORT and mySQL

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 ]

Basic question SNORT and mySQL


Posted by mangood on March 15, 2005 21:20:00

Hi
Sorry for previous post (I hit enter accidentialy).
Here is my question (I hope you'll help me_: I compiled SNORT from sources but I forgot to compile it with msSQL support. How can I add this feature to exisiting installation.
Thanks in advance

Posted by jejaquez on March 16, 2005 04:15:28

mangood,

./configure [your config options] --with-mysql --with-gd --enable-sockets

I hope this help you,

PS:

All about snort and configuration:

http://www.snort.org/docs/#setup

Ciao,

-jejaquez

Posted by Gabriella on March 19, 2005 06:16:09

I have a similar problem. I run ./configure --with-mysql, make, make install, but still I get "database: 'mysql' support is not compiled into this build of snort". I have an existing database and an existing snort.conf which runs perfectly if I comment out the database part. Any ideas that could help me?

Posted by Gabriella on March 19, 2005 06:33:39

Got the solution: had to run make distclean first. Sorry for posting so much.