Recently when doing some ICA on e2fsprogs I noticed that /sbin/e2fsck is statically linked. Is this what we want? I might need a solid blow from the cluebat, but seems most of the time we make shared binaries when possible. e2fsprogs builds both a shared and static e2fsck, but copies e2fsck.static to e2fsck by default. To have the shared e2fsck installed, you can add --enable-dynamic-e2fsck to the configure line.
Since all the shared libs it links to are in /lib, there wouldn't be an issue of an unmounted /usr. Comments? -- Dan -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page