-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X - configure: error: Can't find libfuse, please install it #23
Comments
UPD: |
There were more errors regarding /System/Library being protected and that sort of thing, so I forked the repo and replaced some paths - https://github.com/mvmn/fuse-ext2 The intrusion is somewhat brutal, but end result works in OS X when run via: Note:The And even if I link the existing file /Library/Filesystems/fuse-ext2.fs/mount_fuse-ext2 to /Library/Filesystems/fuse-ext2.fs/Contents/Resources/mount_fuse-ext2, mount -t doesn't seem to mount anything (without sudo it produces exit code 252, with sudo simply nothing happens). |
Same issue on OS X 10.11.4. Any update, how to fix? |
I've tried with both 'Compatibility Layer' option on and off. |
Use something like: (ref: #23 (comment)) Make sure the folders e2fsprogs/1.43.4/ is the version you have... succeeds for me. |
I'm trying to build on OS X 10.11.3, but get error on configure
configure: error: Can't find libfuse, please install it
Fuse is installed from osxfuse-2.8.3.dmg from sourceforge as linked from http://osxfuse.github.io
https://sourceforge.net/projects/osxfuse/files/osxfuse-2.8.3/osxfuse-2.8.3.dmg/download
During installation all components checkboxes (Core, Pref Pane and Compatibility Layer) were checked.
Any idea what's missing?
The text was updated successfully, but these errors were encountered: