Installing ifuse generates an error #1250
-
I'm on Mojave. When I try to install ifuse, I get "Error: ifuse has been disabled because it requires FUSE!". My goal is to mount my iphone on the desktop. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
If you need to use https://docs.brew.sh/Taps |
Beta Was this translation helpful? Give feedback.
-
I met the same problem when I install encfs. I have written my workaround at this link: vgough/encfs#630 (comment) It's pretty easy, just download the formula .rb file locally, modify one line and then install with the local formula. Note: you might want to choose osxfuse instead of macfuse. It's your choice. |
Beta Was this translation helpful? Give feedback.
-
I decided to compile I'm not sure what you require Also, this assumes
export PATH="/usr/local/opt/openssl/bin:$PATH"\nexport LD_LIBRARY_PATH="/usr/local/opt/openssl/lib:$LD_LIBRARY_PATH"\nexport CPATH="/usr/local/opt/openssl/include:$CPATH"\nexport LIBRARY_PATH="/usr/local/opt/openssl/lib:$LIBRARY_PATH"\nexport PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
In order to mount a physical device:
You should see the FUSE device mounted as a volume on your desktop, if not check the Macintosh HD folder in Finder. You can use a tool like Cheers. |
Beta Was this translation helpful? Give feedback.
ifuse
has been disabled because it has a cask dependency on osxfuse/macfuse. This is no longer supported in homebrew/core.If you need to use
ifuse
, you can host the formula in your own tap. Here are some docs to help you get started:https://docs.brew.sh/Taps
https://docs.brew.sh/Interesting-Taps-and-Forks
https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap
https://brew.sh/2020/11/18/homebrew-tap-with-bottles-uploaded-to-github-releases/