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

Jeff Waugh jdub at bethesignal.org
Tue Jun 22 03:09:15 MSD 2010


<quote who="Ian Hobson">

> 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 \

^ you've manually built pcre, zlib and openssl, despite the fact that all of
these are provided by your distro? :-)

First option: Install the -dev packages for all of nginx's dependencies. An
easy way to do this is "apt-get build-dep nginx" (as long as you have some
deb-src entries in your sources.list).

Second option: It's highly unlikely that you're the first person to want the
most up-to-date nginx for Ubuntu 10.04 LTS... surely someone has made some
packages for you already? Ta-da!

  https://launchpad.net/~jdub/+archive/devel

- Jeff

-- 
Ubuntu's Bleeding Edge                      http://ubuntuedge.wordpress.com/
 
   "There are men with an appetite for fight and a sense of occasion, and
                  then there is Waugh." - SMH, about Steve



More information about the nginx mailing list