%general-entities; ]> e2fsprogs &e2fsprogs-version;
&e2fsprogs-url;
E2fsprogs-&e2fsprogs-version; E2fsprogs <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../chapter06/e2fsprogs.xml" xpointer="xpointer(/sect1/sect2[1]/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&e2fsprogs-ch5-sbu;</seg> <seg>&e2fsprogs-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of E2fsprogs The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: mkdir -v build cd build Prepare E2fsprogs for compilation: ../configure --prefix=/tools --disable-libblkid --disable-libuuid The meaning of the new configure option: --disable-libblkid This prevents E2fsprogs from building its own copy of the libblkid library, which Util-Linux-NG provides. --disable-libuuid This prevents E2fsprogs from building its own copy of the libuuid library, which Util-Linux-NG provides. Compile the package: make Install the static libraries and headers required by Util-linux: make install-libs Make the installed static libraries writable so debugging symbols can be removed later: chmod -v u+w \ /tools/lib/{libcom_err,libe2p,libext2fs,libss}.a <para>Details on this package are located in <xref linkend="contents-e2fsprogs" role="."/></para> </sect2> </sect1>