mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
More explanatory warning if FUSE isn't installed with --exec-prefix=/
This commit is contained in:
parent
817e052b80
commit
99ed44885f
@ -210,10 +210,12 @@ if test "x$FUSE_LIB_PATH" != "x-L/lib"; then
|
||||
cat <<EOF
|
||||
****************************************************************************
|
||||
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
|
||||
* FUSE is NOT installed with root directory executable prefix. This means *
|
||||
* that automounting NTFS volumes during boot could fail. You can configure *
|
||||
* FUSE to prevent this the below way during its installation: *
|
||||
* The FUSE user space binaries were NOT installed with root directory *
|
||||
* executable prefix. This means that automounting NTFS volumes during boot *
|
||||
* could fail. This can be fixed the below way by reinstalling FUSE using *
|
||||
* the right 'configure' option during FUSE compilation: *
|
||||
* ./configure --exec-prefix=/ *
|
||||
* make && sudo make install *
|
||||
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
|
||||
****************************************************************************
|
||||
You can type now 'make' to build ntfs-3g.
|
||||
|
Loading…
Reference in New Issue
Block a user