Site icon moneyslow.com

Ubuntu22.04编译安装nginx时报错error: ‘ENGINE_free’ is deprecated: Since OpenSSL 3.0

nginx

nginx

解决问题:
configure的时候加个参数

./configure --with-cc-opt="-Wno-error -Wno-deprecated-declarations"
Exit mobile version