Ubuntu22.04编译安装nginx时报错error: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0作者: moneyslow / 2023-08-19 2023-08-19 解决问题:configure的时候加个参数 ./configure --with-cc-opt="-Wno-error -Wno-deprecated-declarations"