0.9.3 on OpenBSD 4.8

Nuno Magalhães nunomagalhaes at eu.ipp.pt
Tue Jan 4 13:47:35 MSK 2011


Hi again,

The culprit was the upload module (v2.2.0), which makes sense since
that's when make fails (at the very end 'cos it was the last option).

I tried adding a "clean" entry in obj/Makefile, as well as using gmake
- same results. I didn't pass any pcre or md5 specific options in
.configure.

nginx 0.9.3 compiled without problems with these options:

 ./configure \
--sbin-path=/usr/local/sbin/nginx \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/var/run/nginx.pid \
--lock-path=/var/lock/nginx.lock \
--error-log-path=/var/www/logs/nginxerror.log \
--http-log-path=/var/www/logs/nginxaccess.log \
--user=_nginx \
--group=_nginx \
--with-cpu-opt=amd64 \
--http-client-body-temp-path=/var/nginx/tmp/body \
--http-proxy-temp-path=/var/nginx/tmp/proxy \
--http-fastcgi-temp-path=/var/nginx/tmp/fastcgi \
--with-debug --without-http_empty_gif_module \
--without-http_geo_module \
--without-http_map_module \
--without-http_memcached_module \
--without-http_referer_module \
--without-http_scgi_module \
--without-http_split_clients_module \
--without-http_ssi_module \
--without-http_upstream_ip_hash_module \
--without-http_userid_module \
--without-http_uwsgi_module \
--with-http_ssl_module \
--add-module=/path/to/auto_lib \
--add-module=/path/to/chunkin \
--add-module=/path/to/headers_more

Thanks for the help.
Cheers,
Nuno

-- 
Mars 2 Stay!
http://xkcd.com/801/
/etc



More information about the nginx mailing list