mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #482] Issues with fuse, libcurl and libxml-2 when running ./configure #270
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#270
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 @ramotswa on GitHub (Oct 11, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/482
Following the instructions for Ubuntu here (I'm running Ubuntu 14.04.5).
I'm getting an error;
configure: error: Package requirements (fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6) were not met:No package 'fuse' foundNo package 'libcurl' foundNo package 'libxml-2.0' foundHowever running
apt list --installedshows me the following;fuse;
fuse/trusty-updates,trusty-security,now 2.9.2-4ubuntu4.14.04.1 amd64 [installed]libfuse-dev/trusty-updates,trusty-security,now 2.9.2-4ubuntu4.14.04.1 amd64 [installed]libfuse2/trusty-updates,trusty-security,now 2.9.2-4ubuntu4.14.04.1 amd64 [installed]libxml-2.0
libxml2/trusty-updates,trusty-security,now 2.9.1+dfsg1-3ubuntu4.8 amd64 [installed]libxml2-dev/trusty-updates,trusty-security,now 2.9.1+dfsg1-3ubuntu4.8 amd64 [installed]libxml2-utils/trusty-updates,trusty-security,now 2.9.1+dfsg1-3ubuntu4.8 amd64 [installed]libcurl
libcurl3/trusty-updates,now 7.35.0-1ubuntu2.9 amd64 [installed]libcurl3-gnutls/trusty-updates,now 7.35.0-1ubuntu2.9 amd64 [installed]libcurl4-openssl-dev/trusty-updates,now 7.35.0-1ubuntu2.9 amd64 [installed]Has anyone had this before? Any ideas?
Thanks
@ramotswa commented on GitHub (Oct 14, 2016):
So I have found the issue with this. The reason is because I am using a Bitnami image and they have their own packaged manager.
Solution is here.
https://community.bitnami.com/t/installing-s3-fuse-on-bitnami-moodle-aws-instace/41061/2