[Bug 242986] www/nginx : Can't build nginx-1.16.1_8,2 on FreeBSD 11.3-RELEASE with NJS=on

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 30 16:03:00 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242986

            Bug ID: 242986
           Summary: www/nginx : Can't build nginx-1.16.1_8,2 on FreeBSD
                    11.3-RELEASE with NJS=on
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum at FreeBSD.org
          Reporter: arnaud at pnzone.net
             Flags: maintainer-feedback?(joneum at FreeBSD.org)
          Assignee: joneum at FreeBSD.org

Created attachment 210332
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210332&action=edit
nginx build log with NJS=on

nginx can be used as a DoH server.

A blog post on the nginx official websites provides two examples in order to
deploy such a feature.

Both require the http_javascript module (NJS=on).

Trying to recompile nginx with NJS=on fails on my server (see attached build
logs).

Server's specs:
11.3-RELEASE
Intel(R) Core(TM) i5-3570S

# cat /etc/make.conf | grep -v ^#
MYSQL_VER=103m
OPTIONS_UNSET=X11
DEFAULT_VERSIONS+=ssl=openssl
OPTIONS_UNSET=GSSAPI
KERNCONF=ICE3K
DEFAULT_VERSIONS+= perl5=5.30

BSD:/usr/ports/www/nginx # make showconfig | grep -v =off
===> The following configuration options are available for nginx-1.16.1_8,2:
     IPV6=on: Enable IPv6 support
     WWW=on: Enable html sample files
====> Modules that require MAIL module
====> Modules that require HTTP module
     HTTP=on: Enable HTTP module
     HTTP_CACHE=on: Enable http_cache module
     HTTP_REWRITE=on: Enable http_rewrite module
     HTTP_SLICE=on: Enable http_slice module
     HTTP_SSL=on: Enable http_ssl module
     HTTP_STATUS=on: Enable http_stub_status module
     HTTPV2=on: Enable HTTP/2 protocol support (SSL req.)
     STREAM=on: Enable stream module
     STREAM_SSL=on: Enable stream_ssl module (SSL req.)
     STREAM_SSL_PREREAD=on: Enable stream_ssl_preread module (SSL req.)
     HTTP_GEOIP2=on: 3rd party geoip2 module
     NJS=on: Enable http_javascript module
====> GSSAPI implementation (imply HTTP_AUTH_KRB5): you can only select none or
one of them
===> Use 'make config' to modify these settings

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list