Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I have emerged barnyard-0.1.0 with mysql use flag, and configured it. However, when I tried to start barnyard using the init script, I faced an error in the syslog saying: "WARNING: /etc/snort/barnyard.conf (156) => Unknown output plugin "log_acid_db" referenced, ignoring!" Then, I checked my configuration again, everything seems okie. Upon investigation, I found out that according to http://archives.neohapsis.com/archives/snort/2003-07/0312.html the problem can be fixed by changing configure.in file to the following line: AC_CHECK_LIB(mysqlclient, mysql_real_connect, FOUND=yes, FOUND=no) So, right now my barnyard works. I am not sure if this is a bug though. I am using mysql version 4.0.18 build.
Could you post your barnyard.conf so we can take a peek?
Created an attachment (id=30759) [details] barnyard configuration Attached is my barnyard.conf file.
Created an attachment (id=32099) [details] New barnyard 0.1.0 ebuild with patch for mysql in configure.in
Created an attachment (id=32100) [details] barnyard 0.1.0 patch for mysql in configure.in
I made a new ebuild for barnyard-0.1.0 titled barnyard-0.1.0 which uses epatch() to patch the configure.in file. I also uploaded the patch file, which needs to be copied to the files/ directory.
fixed in portage. try the newer 0.2.0 versions as well.