make 命令出现:“make:*** No targets specified and no makefile found.Stop.“

centos7

第一、update最新版本系统软件

yum update

这个必须要执行后才可以安装我们的系统软件或者一键包。

第二、编译缺失关联软件

yum install gcc build-essential

yum install gcc gcc-c++ autoconf automake

yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel

你可能感兴趣的:(linux,运维,服务器)