Snort mailing list archives

1.8.3 and unixODBC


From: Bill Hilf <bill () hilfworks com>
Date: Tue, 29 Jan 2002 16:48:48 -0800


- database is setup correctly and I'm able to isql into my instance:
<snip>
bash-2.05# isql -v snort snortdbuser xxx
+---------------------------------------+
| Connected!                            |
|                                       |
| sql-statement                         |
| help [tablename]                      |
| quit                                  |
|                                       |
+---------------------------------------+
SQL> select * from encoding
+--------------+---------------------------------------------------+
| ENCODING_TYPE| ENCODING_TEXT                                     |
+--------------+---------------------------------------------------+
| 0            | hex                                               |
| 1            | base64                                            |
| 2            | ascii                                             |
+--------------+---------------------------------------------------+
-1 rows affected
<snip>

- Configuring snort with "./configure --with-odbc=/usr/local/lib" shows 
checking "for odbc"... yes
- no errors on make; make install
- snort.conf has:
output database: log, unixodbc, user=snortdbuser dbname=snort
password=xxx

- when I run:
snort -l /var/log/snort -h 192.168.1.0/24 -c /root/snort.conf

I get:

<snip>
database: compiled support for ( odbc )
database: configured to use unixodbc
database: unixodbc support is not compiled in this copy

 Check your configuration file to be sure you did not mis-spell
"unixodbc".
 If you did not, you will need to reconfigure and recompile ensuring
that
 you have set the correct options to the configure script. Type 
 "./configure --help" to see options for the configure script.

Fatal Error, Quitting..
<snip>

Any suggestions?

_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: