[GH-ISSUE #482] Issues with fuse, libcurl and libxml-2 when running ./configure #270

Closed
opened 2026-03-04 01:43:54 +03:00 by kerem · 1 comment
Owner

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' found
No package 'libcurl' found
No package 'libxml-2.0' found

However running apt list --installed shows 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

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](https://github.com/s3fs-fuse/s3fs-fuse/wiki/Installation-Notes#tested-on-ubuntu-1404-lts) (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' found` `No package 'libcurl' found` `No package 'libxml-2.0' found` However running `apt list --installed` shows 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
kerem closed this issue 2026-03-04 01:43:54 +03:00
Author
Owner

@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

<!-- gh-comment-id:253785237 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#270
No description provided.