Opened 7 years ago
Closed 7 years ago
#1541 closed enhancement (wontfix)
Allow to build grpc module as dynamic
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | 1.13.x |
Keywords: | grpc dynamic | Cc: | |
uname -a: | |||
nginx -V: |
nginx version: nginx/1.14.0
built with LibreSSL 2.7.2 TLS SNI support enabled |
Description
Why the new grpc module cannot be built as a dynamic module?
./configure: error: invalid option "--with-http_grpc_module=dynamic"
(The version is 1.14.0, but there’s no such version in the Version select box)
Note:
See TracTickets
for help on using tickets.
Dynamic building is generally supported for modules with external dependencies which aren't built by default, such as XSLT filter module which requires libxslt and libxml libraries. The gRPC module has no external dependencies, and it is built by default as long as HTTP/2 support is compiled in, so there are no reasons to support building it dynamically.