Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#1208 closed defect (invalid)

Ubuntu 16.04 Mainline version from NGINX Repo not including IPV6 mocule

Reported by: matty0501@… Owned by:
Priority: major Milestone: 1.11
Component: nginx-package Version: 1.11.x
Keywords: Cc:
uname -a:
nginx -V: nginx version: nginx/1.11.10
built by gcc 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
built with OpenSSL 1.0.2g-fips 1 Mar 2016 (running with OpenSSL 1.0.2g 1 Mar 2016)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --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 --user=nginx --group=nginx --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-cc-opt='-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fPIC' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie'

Description

I have tried installing NGINX Mainline version from the NGINX Repository onto Ubuntu 16.04 Xenial, however, the install does not include the IPV6 module.

If I install the Stable version for Ubuntu 16.04 from the NGINX Repository then the IPV6 module is included, as the --with-ipv6 is shown in nginx -V.

I am assuming that this is an oversight on the repository, as surely the mainline version should include the same configure arguments as the stable version (if not more?). As IPV6 is becoming more prevalent with the demise of IPV4, surely the IPV6 module needs to be included in the installs obtained from the NGINX repository?

Change History (3)

comment:1 by Maxim Dounin, 7 years ago

Resolution: invalid
Status: newclosed

IPv6 support is configured automatically as long as supported by the OS starting with nginx 1.11.5, see CHANGES:

    *) Change: the --with-ipv6 configure option was removed, now IPv6
       support is configured automatically.

comment:2 by matty0501@…, 7 years ago

Sorry, I did not see that on the changelog. Thank you for the information!

comment:3 by resmiayne@…, 7 years ago

https://img.clipartpig.com/608888188-Mouth-clip-art-free-clipart-images.png

thanks for sharing!

Note: See TracTickets for help on using tickets.