信创电脑编译inotify的时候报错:
configure: error: cannot guess build type; you must specify one.
解决办法:
./configure --build=arm-linux (指定arm,系统是arm的)
说明:
--build=编译该软件所使用的平台
--host=该软件将运行的平台
--target=该软件所处理的目标平台
信创电脑编译inotify的时候报错:
configure: error: cannot guess build type; you must specify one.
解决办法:
./configure --build=arm-linux (指定arm,系统是arm的)
说明:
--build=编译该软件所使用的平台
--host=该软件将运行的平台
--target=该软件所处理的目标平台
报错: ``` 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...
成为第一个评论的人吧!