一、系统环境
1.操作系统版本
2.编译环境
PC:~$ gcc --version
gcc (Uos 8.3.0.13-deepin1) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
二、编译报错
gcc编译环境是有的,还是报如下错误:
~/nginx-1.26.3$ sudo ./configure --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_ssl_module --add-module=../nginx-rtmp-modules
checking for OS+ Linux 4.19.0-amd64-desktop x86_64
checking for C compiler ... found but is not working./configure: error: C compiler cc is not found
三、问题解决
关闭系统的应用安装监控:
总结
uos桌面系统安全中心自带的应用安全工具会阻止没有签名的应用运行,关闭即可。