[rsyslog-notify] Forum Thread: make rsylog on CentOS 6.5 fails missing json.h hile - (Mode 'post')
noreply at adiscon.com
noreply at adiscon.com
Sat Mar 15 18:58:13 CET 2014
User: tonyb1008
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24386#p24386
Message:
----------
I am new to compiling applications and fixed all the dependencies or at
least I thought I did. The configure succeeded but the make fails. Is there
a way to resolve this issue?
./configure --enable-regexp \
--enable-inet \
--disable-fsstnd \
--enable-unlimited-select \
--enable-diagtools \
--enable-usertools \
--enable-mysql \
--enable-mysql-tests
make all-recursive
make[1]: Entering directory `/usr/src/rsyslog-7.6.1'
Making all in doc
make[2]: Entering directory `/usr/src/rsyslog-7.6.1/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/rsyslog-7.6.1/doc'
Making all in compat
make[2]: Entering directory `/usr/src/rsyslog-7.6.1/compat'
CC compat_la-getifaddrs.lo
gcc: /usr/lib64: linker input file unused because linking not done
CCLD compat.la
make[2]: Leaving directory `/usr/src/rsyslog-7.6.1/compat'
Making all in runtime
make[2]: Entering directory `/usr/src/rsyslog-7.6.1/runtime'
CC librsyslog_la-rsyslog.lo
In file included from msg.h:26,
from batch.h:30,
from wti.h:28,
from rsyslog.c:66:
../template.h:33:18: error: json.h: No such file or directory
make[2]: *** [librsyslog_la-rsyslog.lo] Error 1
make[2]: Leaving directory `/usr/src/rsyslog-7.6.1/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/rsyslog-7.6.1'
make: *** [all] Error 2
More information about the rsyslog-notify
mailing list