[Error] /usr/lib/ld: cannot find -lc
Signed-off-by: Hu XueJiao 1034502035@qq.com --- install.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/install.sh b/install.sh index 4bcc1afb..c01d56f6 100644 --- a/install.sh +++ b/install.sh @@ -2,6 +2,8 @@
. lib/env.sh
+has_cmd yum && yum install -y glibc-static + make
source $(shell_profile)