-
Notifications
You must be signed in to change notification settings - Fork 502
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
Native dependency 'fuse3' not found #99
Comments
What does |
@Nikratio you guess it right:
I used I would (rather naively) expect installers to place package- or service-related files to corresponding system folders by default, as they do with PS. Also, in my current environment |
Thanks for checking! Meson is normally installing the .pc file in the right path. Apparently it didn't work for you though. I'm closing this issue now since it seems to be a libfuse bug. It would be great if you could re-file it at https://github.com/libfuse/libfuse/issues. Please include the output of
|
Thanks for the discussion! I'm having the same issue |
This problem still exists. Ubuntu 20.04:
Build errors:
How do I fix this and get it to build? |
It looks like I was missing a few dependencies:
References: |
Here's the full steps. I'll update the readme and do a PR to resolve both this issue and #121. build:
Note:
|
This still happens. Above code solved it. |
I'm running Fedora 26 with 4.12.14-300 kernel on x86_64 arch. I've just installed fuse3 following instructions at https://github.com/libfuse/libfuse. Tests were all green. The only issue I've encountered was that
/etc/init.d/fuse3
didn't support chkconfig, and I sort of fixed that manually by adding:at the top of the script, then running all sorts of
chkconfig --add fuse3
,chkconfig fuse3 on
,systemctl start fuse3
to get it up.Now I try to install sshfs, and when I run
meson ..
, this is what I get:Yet, fuse3 service seems to be up and running:
What could I have possibly done wrong? And how do I do it right?
The text was updated successfully, but these errors were encountered: