ebiggers/wimlib

libntfs-3g error...

Closed this issue · 2 comments

$ ./configure && make && sudo make install
.
.
.
checking for LIBNTFS_3G... no
configure: error: Cannot find libntfs-3g version 2011-4-12 or
                 later!  Without libntfs-3g, wimlib cannot include support for
                 capturing or applying a WIM image directly from/to an unmounted
                 NTFS volume while preserving NTFS-specific data such as
                 security descriptors and named data streams.  Either install
                 libntfs-3g, or configure --without-ntfs-3g to disable this
                 feature.
$ apt info libntfs-3g* -a

Package: libntfs-3g89
Version: 1:2021.8.22-3ubuntu1.2
Priority: standard
Section: libs
Source: ntfs-3g
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 380 kB
Depends: libc6 (>= 2.33)
Homepage: https://github.com/tuxera/ntfs-3g/wiki
Task: standard, server-minimal
Download-Size: 161 kB
APT-Manual-Installed: no
APT-Sources: http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
Description: read/write NTFS driver for FUSE (runtime library)
 NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
 filesystem used by Microsoft Windows.
 .
 This package contains the actual library.

Package: libntfs-3g89
Version: 1:2021.8.22-3ubuntu1
Priority: standard
Section: libs
Source: ntfs-3g
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 380 kB
Depends: libc6 (>= 2.33)
Homepage: https://github.com/tuxera/ntfs-3g/wiki
Task: standard, server-minimal
Download-Size: 160 kB
APT-Sources: http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
Description: read/write NTFS driver for FUSE (runtime library)
 NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS
 filesystem used by Microsoft Windows.
 .
 This package contains the actual library.

You need to install the ntfs-3g-dev package.

I've improved the documentation accordingly.