Can't Compile in CentOS 7

Comments, questions, bug reports, etc.
Post Reply
fargo
Posts: 1
Joined: Fri Nov 27, 2020 4:41 pm

Can't Compile in CentOS 7

Post by fargo »

Ntfs_3g is installed in my system:

Code: Select all

$ ntfs-3g
ntfs-3g: No device is specified.

ntfs-3g 2017.3.23AR.5 integrated FUSE 27 - Third Generation NTFS Driver
		Configuration type 1, XATTRS are on, POSIX ACLS are off

Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2020 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson

Usage:    ntfs-3g [-o option[,...]] <device|image_file> <mount_point>

Options:  ro (read-only mount), windows_names, uid=, gid=,
          umask=, fmask=, dmask=, streams_interface=.
          Please see the details in the manual (type: man ntfs-3g).

Example: ntfs-3g /dev/sda1 /mnt/windows

News, support and information:  http://tuxera.com
But wimlib's ./configure still gives this error:

Code: Select all

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.
make: *** No targets specified and no makefile found.  Stop.
Any solution please?
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: Can't Compile in CentOS 7

Post by synchronicity »

Make sure that you've installed the ntfs-3g-devel package for your operating system, not just the ntfs-3g package.
Post Reply