Skip to content
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

No BindFS Support? #970

Closed
rgaufman opened this issue Sep 4, 2023 · 2 comments
Closed

No BindFS Support? #970

rgaufman opened this issue Sep 4, 2023 · 2 comments

Comments

@rgaufman
Copy link

rgaufman commented Sep 4, 2023

I have MacFuse 4.5.0 installed (and jumped through hoops with multiple reboots to enable the kernel extension).

When I try to install bindfs with brew, I get:

$ brew install bindfs
bindfs: Linux is required for this software.
libfuse: Linux is required for this software.
Error: bindfs: Unsatisfied requirements failed this build.

When I try to install manually, I get:

bindfs-1.17.4 $ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
...
checking for lremovexattr... no
checking for pkg-config... no
checking for fuse3 >= 3.4.0... no
checking for fuse >= 2.9.0... no
checking for fuse >= 2.8.0... no
checking for fuse-t >= 1.0.0... no
configure: error: FUSE not found

Is there any way to use BindFS?

@Victorious3
Copy link

See mpartel/bindfs#100 (comment)

@rgaufman
Copy link
Author

That didn't help, but as soon as I installed pkg-config it successfully installed, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants