From 4c2af35df3544f6f3363cf4feded2ca6a0e05212 Mon Sep 17 00:00:00 2001 From: Xicheng Chang Date: Wed, 25 May 2016 14:18:28 -0400 Subject: [PATCH] Fix issues in install.sh caused by libffi and openssl Add libffi-devel and openssl-devel package to dependency list Change-Id: Icac375c498b7f014bb78c710f670243875b968f4 --- install/dependency.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/dependency.sh b/install/dependency.sh index bb0e7f4e..b9a577c3 100755 --- a/install/dependency.sh +++ b/install/dependency.sh @@ -12,7 +12,7 @@ if [ "$tempest" == "true" ]; then fi sudo yum install -y $MYSQL -sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp rabbitmq-server mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp net-snmp-python unzip openssl openssl098e ca-certificates mysql-devel mysql-server mysql MySQL-python python-virtualenv python-setuptools python-pip bc libselinux-python +sudo yum install -y rsyslog logrotate ntp iproute openssh-clients python python-devel git wget syslinux amqp rabbitmq-server mod_wsgi httpd squid dhcp bind rsync yum-utils xinetd tftp-server gcc net-snmp-utils net-snmp net-snmp-python unzip openssl openssl098e ca-certificates mysql-devel mysql-server mysql MySQL-python python-virtualenv python-setuptools python-pip bc libselinux-python libffi-devel openssl-devel sudo yum --setopt=tsflags=noscripts -y remove redis sudo yum --enablerepo=remi,remi-test install -y redis @@ -56,5 +56,5 @@ sudo systemctl enable sshd.service sudo systemctl enable rsyslog.service sudo systemctl enable ntpd.service sudo systemctl enable redis.service -sudo systemctl enable mysql.service +sudo systemctl enable mysqld.service sudo systemctl enable rabbitmq-server.service