nmsg msgmod version mismatch error
Dan Brodsky <danbrodsky <at> gmail.com>
2012-11-14 13:31:20 GMT
Greetings,
I am trying to build the sie-nmsg-0.14 package on a RHEL x86_64 system. I have previously built and installed wdns-0.4 and nmsg-0.7.1 (which also involved installing protobuf-2.4.1 and protobuf-c-0.15).
When I run the configure script, it will not complete, and I get the following error in config.log:
------ snip ------
| #define HAVE_NMSG_MSGMOD_PLUGIN 1
| /* end confdefs.h. */
|
| #include <nmsg/msgmod_plugin.h>
|
| int
| main ()
| {
|
| if (NMSG_MSGMOD_VERSION == 8)
| return (0);
| else
| return (1);
|
|
| ;
| return 0;
| }
|
configure:13123: error: in `/home/dbrodsky/sie-nmsg-0.14':
configure:13125: error: nmsg msgmod version mismatch
------ snip ------
In /usr/local/lib/nmsg I have nmsg_msg8_isc.a, nmsg_msg8_isc.la, and nmsg_msg8_isc.so files. Is there a flag I need to pass into the configure script to get it to read these? Or perhaps another config parameter or prerequisite I am missing?
I'm installing this package so I can read ch204 nmsg files. When I try to read with nmsgtool now, it gives me a bunch of "<UNKNOWN NMSG 2:1>" errors for each record in the file.
Cheers,
Dan
_______________________________________________
nmsg-dev mailing list
nmsg-dev <at> lists.isc.org
https://lists.isc.org/mailman/listinfo/nmsg-dev