Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#1527 closed defect (worksforme)

No gRPC support in Debian packages?

Reported by: mikroskeem@… Owned by:
Priority: minor Milestone:
Component: nginx-package Version: 1.13.x
Keywords: debian, grpc, module Cc:
uname -a: Linux <redacted> <redacted>-amd64 #1 SMP Debian <redacted> (<redacted>) x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.13.12
built with OpenSSL 1.1.0h 27 Mar 2018 (running with OpenSSL 1.1.0f 25 May 2017)
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-THAKdv/nginx-1.13.12=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_xslt_module=dynamic --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-mail=dynamic --with-mail_ssl_module --add-dynamic-module=/build/nginx-THAKdv/nginx-1.13.12/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-THAKdv/nginx-1.13.12/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-THAKdv/nginx-1.13.12/debian/modules/http-echo --add-dynamic-module=/build/nginx-THAKdv/nginx-1.13.12/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-THAKdv/nginx-1.13.12/debian/modules/http-subs-filter

Description

Hello.

nginx gRPC support was announced with version 1.3.10. However version 1.3.12(-1) is out in Debian unstable repositories (https://nginx.org/packages/mainline/debian/) but no gRPC module or support appears to be present.

Could gRPC module be added to Debian repository?

Change History (2)

comment:1 by Maxim Dounin, 6 years ago

Resolution: worksforme
Status: newclosed

The ngx_http_grpc_module is compiled in by default as long as the ngx_http_v2_module is compiled in (and no --without-http_grpc_module argument is specified). That is, it is already there.

comment:2 by mikroskeem@…, 6 years ago

Lol whoops. My bad, I didn't notice that I have typo in my configuration file. Thanks anyway

Note: See TracTickets for help on using tickets.