Fix missing bzip2 dependency for CentOS (#187)

This commit is contained in:
Markus 2022-02-22 13:31:00 +01:00 committed by Antz
parent 5a7a1bfcb3
commit 21c891329f
No known key found for this signature in database
GPG Key ID: 0DF907270598C85F

View File

@ -308,7 +308,7 @@ function GetPrerequisites()
rpm -Uv ftp://rpmfind.net/linux/centos/7/os/x86_64/Packages/libtool-2.4.2-22.el7_3.x86_64.rpm
rpm -Uv ftp://ftp.pbone.net/mirror/ftp5.gwdg.de/pub/opensuse/repositories/devel:/libraries:/ACE:/micro/CentOS_7/x86_64/ace-devel-6.3.3-55.1.x86_64.rpm
su -c "yum -y install epel-release"
su -c "yum -y install curl autoconf automake cmake3 ace-devel ace-6.3.3 openssl-devel mysql-devel libtool gcc-c++" root
su -c "yum -y install curl autoconf automake cmake3 ace-devel ace-6.3.3 openssl-devel mysql-devel libtool gcc-c++ bzip2-devel" root
;;
*)
OS_VER=0