John Frankish wrote:
Beyond LinuxR From Scratch - Version 2016-03-03
Chapter 5. File Systems and Disk Management
xfsprogs-4.3.0

make PKG_DOC_DIR=/usr/share/doc/xfsprogs-4.3.0 install     &&
make PKG_DOC_DIR=/usr/share/doc/xfsprogs-4.3.0 install-dev

..does not install libxfs.* required by mkfs.xfs

It does not appear to need libxfs.*

$ ldd /sbin/mkfs.xfs
        linux-vdso.so.1 (0x00007fff07ef7000)
        libblkid.so.1 => /lib/libblkid.so.1 (0x00007fe2ec84d000)
        libuuid.so.1 => /lib/libuuid.so.1 (0x00007fe2ec649000)
        librt.so.1 => /lib/librt.so.1 (0x00007fe2ec441000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fe2ec224000)
        libc.so.6 => /lib/libc.so.6 (0x00007fe2ebe83000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fe2eca8d000)

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to