Open shatteringlass opened 8 years ago
Thanks, but it doesn't work for me on osx10.11.6 and osxfuse 2.8.3:
dyld: Library not loaded: /usr/local/lib/libosxfuse.2.dylib
Referenced from: /usr/local/bin/fuse-ext2
Reason: Incompatible library version: fuse-ext2 requires version 12.0.0 or later, but libosxfuse.2.dylib provides version 10.0.0
Trace/BPT trap: 5
These works: https://github.com/gpz500/fuse-ext2/releases
I think this is an already encountered issue (see https://github.com/geekcookies/geektalks/issues/3#issuecomment-212313609) ;-): probably, @shatteringlass binaries are compiled against FUSE for OS X developer preview (version 3.x), while @maxgalbu has the stable release (version 2.x) installed. Since FUSE for OS X developer preview is retro compatible with previous versions (but not viceversa...), the best would be that @shatteringlass published a new package compiled against FUSE for OS X 2.8.3 (last stable release at the moment).
I think it's better if users can obtain a pre-built version, since the building process requires xcode- which is quite a big download for those who don't have it already.
Here is my binary: https://db.tt/Y9dU9f3l
Hope this can be useful to other people!