Potentially stupid question: do you have libsystemd-journal installed? If yes, maybe it's in a different directory than it's expected and indeed you'd need to adjust PKG_CONFIG_PATH for compiling rsyslog.
Also, I've never used bitbake, but can you compile rsyslog manually on the same system? -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Tue, Jan 5, 2016 at 9:51 PM, David Lang <[email protected]> wrote: > This is something dependent on the packaging decisions in Yocto Linux and > their packaging system. I haven't seen anyone here mention it before, so I > don't know if anyone knows anything about it. > > David Lang > > > On Tue, 5 Jan 2016, Renjith Vijayan wrote: > >> Hi, >> >> I am trying to integrate IMjournal package to my platform running Yocto >> Linux. >> >> Yocto uses bitbake(.bb) files for packages. >> So i have my rsyslog bitbake file with package config as follows: >> >> # first line is default yes in configure >> PACKAGECONFIG ??= " \ >> zlib rsyslogd rsyslogrt klog inet regexp uuid imjournal libgcrypt \ >> imdiag gnutls imfile \ >> ${@base_contains('DISTRO_FEATURES', 'snmp', 'snmp', '', d)} \ >> ${@base_contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ >> ${@base_contains('DISTRO_FEATURES', 'ptest', 'testbench ${VALGRIND}', >> '', d)} \ >> >> But after adding imjournal as above, during build i am getting the >> following dependency error: >> >> checking for LIBSYSTEMD_JOURNAL... no >> | configure: error: Package requirements (libsystemd-journal >= 197) were >> not met: >> | >> | No package 'libsystemd-journal' found >> | >> | Consider adjusting the PKG_CONFIG_PATH environment variable if you >> | installed software in a non-standard prefix. >> >> Could someone help me with this configuration? >> >> Thanks, >> Renjith >> _______________________________________________ >> rsyslog mailing list >> http://lists.adiscon.net/mailman/listinfo/rsyslog >> http://www.rsyslog.com/professional-services/ >> What's up with rsyslog? Follow https://twitter.com/rgerhards >> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad >> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T >> LIKE THAT. >> > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of > sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T > LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

