Fixed
Created: Jul 3, 2013
Updated: Mar 5, 2016
Resolved Date: Oct 22, 2013
Previous ID: LIN5-3557, LIN6-2914
Found In Version: 6.0
Fix Version: 6.0
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Userspace
in wrlinux 5.0.1, in the layers/wr-features/recipes-extended/syslog-ng/syslog-ng.inc file, the ssl support is explicitly disabled, even though the rootfs contains by default openssl.
this behaviour was not present in wrlinux 3
check: layers/wr-features/recipes-extended/syslog-ng/syslog-ng.inc
look in the configuration logs.
EXTRA_OECONF = " \
--enable-dynamic-linking \
${noipv6} \
--disable-ssl \
--disable-sub-streams \
--disable-pacct \
--disable-linux-caps \
--disable-pcre \
--disable-sql \
--localstatedir=${localstatedir}/run/${BPN} \
--sysconfdir=${sysconfdir}/${BPN}"