mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1163] [CentOS7 installation error] /bin/ld: cannot find -lfuse3 #612
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#612
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mprenditore on GitHub (Oct 1, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1163
Additional Information
While trying to compile s3fs on CentOS 7 I'm getting the error you do find down here.
Version of s3fs being used (s3fs --version)
latest git clone
Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
fuse-2.9.2-11.el7.x86_64
Kernel information (uname -r)
3.10.0-1062.1.1.el7.x86_64
GNU/Linux Distribution, if applicable (cat /etc/os-release)
s3fs command line used, if applicable
@gaul commented on GitHub (Oct 4, 2019):
It looks like you have a (partial?) custom install of fuse3 in
/usr/local. s3fs uses fuse2 so I don't see how it would pick this up. Could you share yourconfig.logand distribution version?@gaul commented on GitHub (Feb 3, 2020):
Closing due to inactivity. Please reopen if symptoms persist.