﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
94	1.1.14 compilation fails on Mac OS X 10.7.2	Zygimantas Berziunas	somebody	"	objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
	objs/ngx_modules.o \
	-lpcre -lssl -lcrypto -lz
Undefined symbols for architecture x86_64:
  ""_pcre_free_study"", referenced from:
      _ngx_pcre_free_studies in ngx_regex.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1
make: *** [build] Error 2


1.1.13 compiles just fine.


Configuration:

./configure --conf-path=/etc/nginx/nginx.conf --prefix=/usr/local/nginx --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --sbin-path=sbin/nginx --without-http-cache --with-http_ssl_module --without-http_access_module --without-http_autoindex_module --without-http_empty_gif_module --without-http_ssi_module --without-http_auth_basic_module --without-http_browser_module --without-http_geo_module --without-http_referer_module --with-http_gzip_static_module --without-http_charset_module --without-http_fastcgi_module --without-http_geo_module --without-http_scgi_module --without-http_split_clients_module --without-http_userid_module --without-http_upstream_ip_hash_module --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-log-path=/var/log/nginx/access.log --without-http_proxy_module --with-debug"	defect	closed	blocker		nginx-core	1.1.x	invalid			Darwin core-nf01.lt.office.acme.eu 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64	not applicable
