Opened 10 years ago

Closed 8 years ago

#608 closed defect (fixed)

Please specify prototyping behavior for nginx.xs

Reported by: Floren Munteanu Owned by:
Priority: minor Milestone:
Component: nginx-core Version: 1.7.x
Keywords: Cc:
uname -a: Linux hermes 3.10.0-123.6.3.el7.x86_64 #1 SMP Wed Aug 6 21:12:36 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: N/A

Description

While compiling Nginx in CentOS 7 64bits, I get this error:

+ ./configure --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-select_module --with-poll_module --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_spdy_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module --with-http_image_filter_module --with-http_geoip_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_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_perl_module --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/client --http-proxy-temp-path=/var/lib/nginx/proxy --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --http-scgi-temp-path=/var/lib/nginx/scgi --with-mail --with-mail_ssl_module --with-cpp_test_module '--with-cc-opt=-O3 -g -mmmx -msse3 -mfpmath=sse -ljemalloc -Wl,-E ' '--with-ld-opt=-O3 -g -mmmx -msse3 -mfpmath=sse -ljemalloc -Wl,-E' --with-pcre --with-pcre-jit --with-libatomic --add-module=nginx-dav-ext-module-0.0.3 --add-module=ngx_http_auth_pam_module-1.3
+ /usr/bin/make -j8

Please specify prototyping behavior for nginx.xs (see perlxs manual)

Change History (1)

comment:1 by Maxim Dounin, 8 years ago

Resolution: fixed
Status: newclosed

Fixed by c6cc0b79a43d.

Note: See TracTickets for help on using tickets.