glibc detected *** nginx: master process /usr/sbin/nginx: double free or corruption (out) -- what???

Cliff Wells cliff at develix.com
Tue Jun 22 05:08:52 MSD 2010


On Tue, 2010-06-22 at 00:14 +0100, Ian Hobson wrote:
> On 21/06/2010 23:53, Cliff Wells wrote: 
> > 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?
> > > > 
> > > > - Jeff
> > > > 
> > > >    
> > > >       
> > > 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?
> > 
> >   
> No. How would I do that? 
> pcre and zlib are not packages apt-get recognises. 

Yes, they just follow the weird Debian naming "conventions":

# aptitude install libpcre3-dev libssl-dev zlib1g-dev

Cliff

-- 




More information about the nginx mailing list