%general-entities; ]> EGLIBC-&eglibc-version; N32 EGLIBC Installation of EGLIBC LINKER=$(readelf -l $(file /tools/lib32/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') sed -i "s|libs -o|libs -L/usr/lib32 -Wl,-dynamic-linker=${LINKER} -o|" \ scripts/test-installation.pl unset LINKER Tell EGLIBC to install its 32-bit libraries into /lib32: echo "slibdir=/lib32" >> configparms CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ ../eglibc-&eglibc-version;/configure --prefix=/usr \ --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32 The meaning of the new configure option: --libexecdir=/usr/lib32/eglibc This changes the location of the pt_chown program from its default of /usr/libexec to /usr/lib32/eglibc. <para>Details on this package are located in <xref linkend="contents-eglibc" role="."/></para> </sect2> </sect1>