You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module.c: In function 'nl_obj_input':
module.c:123: error: expected specifier-qualifier-list before 'NLHDR_COMMON'
module.c:128: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:128: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:137: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:175: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:183: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:183: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:199: error: 'struct _obj' has no member named 'ce_msgtype'
module.c:218: error: 'struct _obj' has no member named 'ce_msgtype'
make[3]: *** [module.lo] Error 1
make[3]: Leaving directory `/home/tmp/dionaea/dionaea/modules/nl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/tmp/dionaea/dionaea/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tmp/dionaea/dionaea'
make: *** [all] Error 2
I have searched all over for help...some of what I tried minimized the number of affected lines, but essentially did not resolve the error. Other things I tried were just wrong.
Since this is the only file I am see this error, I am hoping its just a missing header or maybe that I just need to rebuild a couple of dependencies with additional include flags or lib links.
Once upon a time...I did have this compiled on CentOS, but today its giving me fits. Any help on this would be great.
Jeff Singleton
HackDefendr
The text was updated successfully, but these errors were encountered:
I had the same issue on my Ubuntu system when I was building everything from scratch. Like you it worked previously so I started trying earlier versions of libnl. Looks like it broke with version 3.2.21 so for a quick work arround just use the previous version (3.2.20) and you should be all set.
As stated in the subject...I completely compiled all dependencies (including GLIB, OpenSSL, Curl, Sqlite) in an effort to create an RPM for CentOS.
The configure I am using:
The error during make:
I have searched all over for help...some of what I tried minimized the number of affected lines, but essentially did not resolve the error. Other things I tried were just wrong.
Since this is the only file I am see this error, I am hoping its just a missing header or maybe that I just need to rebuild a couple of dependencies with additional include flags or lib links.
Once upon a time...I did have this compiled on CentOS, but today its giving me fits. Any help on this would be great.
Jeff Singleton
HackDefendr
The text was updated successfully, but these errors were encountered: