一、系統環境
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桌面系統安全中心自帶的應用安全工具會阻止沒有簽名的應用運行,關閉即可。