[alibaba/tengine]编译Tengine 提示:./configure: error: invalid option "--with-http_dyups_module"

2024-05-15 272 views
7

编译Tengine 提示:./configure: error: invalid option "--with-http_dyups_module" 如下是执行的命令 ./configure --prefix=/etc/nginx \ --sbin-path=/usr/sbin/nginx \ --conf-path=/etc/nginx/nginx.conf \ --error-log-path=/var/log/nginx/error.log \ --http-log-path=/var/log/nginx/access.log \ --pid-path=/var/run/nginx.pid \ --lock-path=/var/run/nginx.lock \ --http-client-body-temp-path=/var/cache/nginx/client_temp \ --http-proxy-temp-path=/var/cache/nginx/proxy_temp \ --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp \ --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp \ --http-scgi-temp-path=/var/cache/nginx/scgi_temp \ --with-http_ssl_module \ --with-http_realip_module \ --with-http_addition_module \ --with-http_sub_module \ --with-http_dav_module \ --with-http_flv_module \ --with-http_mp4_module \ --with-http_gunzip_module \ --with-http_gzip_static_module \ --with-http_random_index_module \ --with-http_secure_link_module \ --with-http_stub_status_module \ --with-http_auth_request_module \ --with-http_dyups_module \ --with-http_dyups_lua_api \ --with-mail \ --with-mail_ssl_module \ --with-file-aio \ --with-ipv6 \ --with-http_v2_module \ --with-cc-opt='-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' \ --add-module=/tmp/ngx_devel_kit-0.2.19 \ --add-module=/tmp/ngx-set-misc-module-0.29 \ --with-http_lua_module \ --with-luajit-lib=/usr/local/lib/ \ --with-luajit-inc=/usr/local/include/luajit-2.0/ \ --with-ld-opt=-Wl,-rpath,/usr/local/lib \ --with-openssl=/tmp/openssl-0.9.8zh

操作系统CentOS7.3 Tengine 版本:2.3.4

回答

9

think it resolved

8

按照上述方法可以成功编译安装,但是该功能不能使用(version-2.3.4)。 配置如下: image

结果如下: image