]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - INSTALL.elfbin
ext2fs: convert unicode normalization from NFKD -> NFD
[thirdparty/e2fsprogs.git] / INSTALL.elfbin
index 1a05ec92c42c005e5d4b0545df8be5196c41b945..9c2c6006180f2db1aaf4c8d230634fe997c73c73 100644 (file)
@@ -1,15 +1,17 @@
 NOTE: This is the ELF version of the binary distribution.  If you have
-a DLL system, please either compile e2fsprogs from sources yourself,
-or get the DLL version of the binary distribution.  The DLL version
-will have a filename of e2fsprogs-1.01-dllbin.tar.gz
+a DLL system, please compile e2fsprogs from sources yourself.  (In
+fact, in general you're better off compiling e2fsprogs from sources
+instead of using precompiled binaries.)  
 
+Also please note that these binaries assume the use of the GNU Libc.
+If you're still using libc5, you'll need build e2fsprogs from source.
 
        To install the binary distribution of the second extended file
 system management programs, just follow the steps:
 
 1) Install this tar file using the following command:
 
-       gunzip < e2fsprogs-1.01-elfbin.tar.gz | (cd /; tar xvf - )
+       gunzip < e2fsprogs-1.13-elfbin.tar.gz | (cd /; tar Sxvpf - )
 
 2) Run ldconfig to update the shared library pointers.
 
@@ -33,7 +35,7 @@ frequency, and the fsck pass number, respectively.  The problem with
 this is that the getmntent() library routine interprets those missing
 fields as "0", and a pass number of 0 is documented as meaning that
 fsck should not check that particular filesystem.  If your entries in
-your /etc/fstab file look liks this:
+your /etc/fstab file look like this:
 
 /dev/hda4       /        ext2        defaults