编译内核时显示:scripts/sign-file.c:25:30: fatalerror: openssl/opensslv.h: No such file or directory解决方法:If you encounter this error during compilation, this is because of the following: The program you are
Linux 系统中,有时候在编译安装软件时,会提示:/bin/sh: cc: command not found,说明没有编译代码的 gcc 环境,一般咱会先安装 gcc,命令如下:yum -y install gcc gcc-c++安装后 gcc 后,继续编译安装原软件,则报错如下:In file included from adlist.c:34:0:zmalloc.h:50:31: fatalerror: jemalloc/jemalloc.h: No such file or d