计算机网络/计算机科学与应用/系统/运维/开发

rockylinux9 安装 Nginx错误 ./configure: error: C compiler cc is not found

RockyLinux9 安装Nginx 错误

./configure: error: C compiler cc is not found


解决:

sudo dnf groupinstall "Development Tools"

sudo dnf install gcc glibc-devel


错误2:

./configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using --without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=<path> option.


解决:

sudo dnf install zlib-devel


努力的意义,不在于一定会让你取得多大的成就,只是让你在平凡的日子里,活得比原来的那个自己更好一点。

评论

^