memcached example: add g++ to libmemcached install script

Signed-off-by: Bin Hu <hubin73@huawei.com>
This commit is contained in:
Bin Hu
2022-07-05 09:46:40 +08:00
parent 1700378e34
commit 456bd92b34

View File

@@ -13,7 +13,7 @@
#
# Create: 2021-09-29
echo "install telnet..."
yum install telnet -y
yum install telnet gcc-c++ -y
echo "close firewalld..."
systemctl stop firewalld