简体   繁体   English

在 clamav yocto 中启用 pcre 支持

[英]Enable pcre support in clamav yocto

How to enable pcre support for clamav in Yocto如何在 Yocto 中启用对 clamav 的 pcre 支持

This is mentioned in clamav recipe of meta-security这在元安全的clamav配方中提到

PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_LIBDIR},  --without-pcre, libpcre"

Adding the below to conf/local.conf is not working将以下内容添加到 conf/local.conf 不起作用

PACKAGECONFIG_pn-clamav_append = 'pcre'

Can you please provide a solution on enabling pcre support.您能否提供有关启用 pcre 支持的解决方案。 I want to avoid PCRE Errors which happens when we do clamscan.我想避免我们做clamscan时发生的PCRE错误。

Your Configuration line should be您的配置行应该是

PACKAGECONFIG_append_pn-clamav = " pcre"

Note the location of 'append' and the extra whitespace in the string注意 'append' 的位置和字符串中多余的空格

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM