Difference between revisions of "Static build sniffer"

From VoIPmonitor.org
Jump to navigation Jump to search
(Created page with "Enabling static nss prevents crashes on older Centos and some other cases. wget http://ftp.gnu.org/gnu/glibc/glibc-2.20.tar.bz2 tar xjf glibc-*.bz2 mkdir glibc-2.20-buil...")
(No difference)

Revision as of 15:04, 9 September 2014

Enabling static nss prevents crashes on older Centos and some other cases.


wget http://ftp.gnu.org/gnu/glibc/glibc-2.20.tar.bz2
tar xjf glibc-*.bz2
mkdir glibc-2.20-build
cd glibc-2.20-build
../glibc-2.20/configure --enable-kernel=2.6.18 --disable-profile --enable-static-nss --prefix=/usr/
make -j8
make install