| Bug#: 47026 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: netmon@gentoo.org | Reported By: babymagic_89@yahoo.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: possible bug in barnyard-0.1.0 ebuild | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-04-06 20:44 0000 | |||
| Description: | Opened: 2004-04-06 20:44 0000 |
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.