[rsyslog-notify] Forum Thread: Configure works but make fails - (Mode 'post')
noreply at adiscon.com
noreply at adiscon.com
Tue Apr 12 22:47:11 CEST 2016
User: usaims
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26480#p26480
Message:
----------
I'm trying to install rsyslog on slackware. I'm using:
./configure --enable-imfile --enable-snmp
which worked and returned no errors but I run a 'make', I get the
following:
root at logs:/home/rod/misc/rsyslog-8.17.0# make
make all-recursive
make[1]: Entering directory `/home/rod/misc/rsyslog-8.17.0'
Making all in compat
make[2]: Entering directory `/home/rod/misc/rsyslog-8.17.0/compat'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/rod/misc/rsyslog-8.17.0/compat'
Making all in runtime
make[2]: Entering directory `/home/rod/misc/rsyslog-8.17.0/runtime'
CC librsyslog_la-rsyslog.lo
In file included from msg.h:26:0,
from batch.h:30,
from wti.h:28,
from rsyslog.c:69:
../template.h:33:18: fatal error: json.h: No such file or directory
#include <json.h>
^
compilation terminated.
make[2]: *** [librsyslog_la-rsyslog.lo] Error 1
make[2]: Leaving directory `/home/rod/misc/rsyslog-8.17.0/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rod/misc/rsyslog-8.17.0'
make: *** [all] Error 2
root at logs:/home/rod/misc/rsyslog-8.17.0#
I know json.h exists on the machine, thank you inadvance.
More information about the rsyslog-notify
mailing list