Added more libraries
This commit is contained in:
parent
91b4637153
commit
f53d8f9d51
|
|
@ -2949,7 +2949,8 @@ milter_default_action = accept
|
|||
command = "yum install -y libattr-devel xz-devel gpgme-devel mariadb-devel curl-devel"
|
||||
else:
|
||||
command = 'apt-get -y install libattr1 libattr1-dev liblzma-dev libgpgme-dev libmariadbclient-dev ' \
|
||||
'libcurl4-openssl-dev libssl-dev'
|
||||
'libcurl4-openssl-dev libssl-dev nghttp2 libnghttp2-dev idn2 libidn2-dev librtmp-dev ' \
|
||||
'libpsl-dev nettle-dev libgnutls28-dev libldap2-dev'
|
||||
res = subprocess.call(shlex.split(command))
|
||||
|
||||
if res == 1:
|
||||
|
|
|
|||
Loading…
Reference in New Issue