mirror of
https://github.com/netdata/netdata.git
synced 2025-04-12 16:58:10 +00:00
add pcre2 dev to install-requires-packages.sh (#19217)
* add pcre2 dev to install-requires-packages.sh * add rhel --------- Co-authored-by: Costa Tsaousis <costa@netdata.cloud>
This commit is contained in:
parent
8b7a31ba80
commit
96b5e8b12f
1 changed files with 8 additions and 0 deletions
|
@ -702,7 +702,15 @@ declare -A pkg_libsystemd_dev=(
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A pkg_pcre2=(
|
declare -A pkg_pcre2=(
|
||||||
|
['alpine']="pcre2-dev"
|
||||||
|
['arch']="pcre2"
|
||||||
|
['centos']="pcre2-devel"
|
||||||
|
['debian']="libpcre2-dev"
|
||||||
|
['freebsd']="pcre2"
|
||||||
['macos']="pcre2"
|
['macos']="pcre2"
|
||||||
|
['rhel']="pcre2-devel"
|
||||||
|
['suse']="pcre2-devel"
|
||||||
|
['ubuntu']="libpcre2-dev"
|
||||||
['default']="NOTREQUIRED"
|
['default']="NOTREQUIRED"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue