You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hiiiiii, It's my first time to post an issue on GitHub
I tried to install bindfs by% brew install bindfs and have fuse installed already.
I tried install fuse several times and versions across 3.10.0 to 4.1.2 both from fuse website and terminal.
And upgraded my system from macOS Catalina 10.15 to macOS Big Sur 11.4.
All comes with the error Error: bindfs has been disabled because it requires FUSE!
After searching it for days, I found the reason here
because FUSE for macOS is no longer open source, some dependencies have been removed from Homebrew’s bindfs formula so on line 23 & 24 it shows:
on_macos do disable! date: "2021-04-08", because: "requires FUSE"
I've tried every method in an issue like this but all of them don't help.
There is another revised formula for borg seems solved the issue caused by same reason. But not sure how it works because I know little about coding.
So, is there any way to install bindfs instead of brew install bindfs ?
Thanks in advance ;D
The text was updated successfully, but these errors were encountered:
You can try installing XCode, running xcode-select --install, then in a new shell, go to the extracted bindfs source code and run ./configure, make, sudo make install
People have had trouble (#99, #100) installing on Big Sur recently and I don't fully understand what's going on. Things seem to break often on MacOS :|
Thank you sooooo much! It works now!
The trouble maker lies in brew as I mentioned above. I install bindfs successfully from source as long as I don't use brew install.
I do not even know how to build from source code before though I saw the
compile and install as usual
in the readme LOL.
To anyone completely new to command line like me, I want to mention
first use cd + the unzipped code path to go to the extracted bindfs source code
then
Hiiiiii, It's my first time to post an issue on GitHub
I tried to install bindfs by
% brew install bindfs
and have fuse installed already.I tried install fuse several times and versions across 3.10.0 to 4.1.2 both from fuse website and terminal.
And upgraded my system from macOS Catalina 10.15 to macOS Big Sur 11.4.
All comes with the error
Error: bindfs has been disabled because it requires FUSE!
After searching it for days, I found the reason here
because FUSE for macOS is no longer open source, some dependencies have been removed from Homebrew’s bindfs formula so on line 23 & 24 it shows:
I've tried every method in an issue like this but all of them don't help.
There is another revised formula for borg seems solved the issue caused by same reason. But not sure how it works because I know little about coding.
So, is there any way to install bindfs instead of
brew install bindfs
?Thanks in advance ;D
The text was updated successfully, but these errors were encountered: