%general-entities; ]> Zlib-&zlib-version; N32 Libraries Zlib N32 Installation of Zlib CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure --prefix=/usr \ --shared --libdir=/usr/lib32 The previous command installed a .so file in /usr/lib32. We will remove itinto /lib32 and then relink it to /usr/lib32: mv -v /usr/lib32/libz.so.* /lib32 ln -svf ../../lib32/libz.so.1 /usr/lib32/libz.so chmod -v 644 /usr/lib32/libz.a <para>Details on this package are located in <xref linkend="contents-zlib" role="."/></para> </sect2> </sect1>