Closed GoogleCodeExporter closed 8 years ago
Tested fix on Debiand 7.4 and CentOS - seems to work with above changes.
Original comment by Sigi.tur...@gmail.com
on 20 Mar 2014 at 6:15
Forgot to mention - syslog-ng 3.4.7 would not compile on CentOS 6.5 - solution
was to patch the source:
--- modules/afsocket/afinet-dest.h.orig 2013-06-01 20:07:20.486110490 -0700
+++ modules/afsocket/afinet-dest.h 2013-06-01 20:07:48.165628435 -0700
@@ -23,7 +23,7 @@
#ifndef AFINET_DEST_H_INCLUDED
#define AFINET_DEST_H_INCLUDED
-
+#include <linux/types.h>
#include "afinet.h"
#include "afsocket-dest.h"
Original comment by Sigi.tur...@gmail.com
on 20 Mar 2014 at 6:18
Original comment by mchol...@gmail.com
on 23 Mar 2014 at 9:47
Original issue reported on code.google.com by
Sigi.tur...@gmail.com
on 20 Mar 2014 at 6:14