On Mon, 2010-06-21 at 23:38 +0100, Ian Hobson wrote:
On 21/06/2010 23:02, Jeff Waugh wrote:
Which distro, how did you acquire nginx, etc?
Ubuntu 10.4 and compiled from sources today.
nginx-0.7.67
nginx_http_push_module-0.69
openssl-1.0.0a
pcre-8.02
zlib-1.2.5
./configure \
--sbin-path=/usr/sbin \
--conf-path=/etc/nginx/nginx.conf \
--pid-path=/usr/local/nginx/nginx.pid \
--with-http_ssl_module \
--with-pcre=../pcre-8.02 \
--with-zlib=../zlib-1.2.5 \
--with-openssl=../openssl-1.0.0a \
--add-module=/home/ian/Sources/nginx_http_push_module-0.69
make
sudo make install
Have you tried with the distro's versions of pcre, zlib, and openssl?
Cliff