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.

Reply via email to