错误是:
FATAL: Could not load /lib/modules/2.6.18-274.7.1.el5.028stab095.1/modules.dep: No such file or directory
只要执行一条命令就可以了. 首先要切换到root用户,
su root
然后运行
mkdir /lib/modules/`uname -r` && depmod -a
问题解决.
错误是:
FATAL: Could not load /lib/modules/2.6.18-274.7.1.el5.028stab095.1/modules.dep: No such file or directory
只要执行一条命令就可以了. 首先要切换到root用户,
su root
然后运行
mkdir /lib/modules/`uname -r` && depmod -a
问题解决.
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!