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

fixing packages for ubuntu 16 #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leberknecht
Copy link

Hi,

I ran into errors with installing the dependencies on ubuntu on 16.04.

  • there is no fuse-utils package (and looks like we dont need it to compile, so its ok).
  • we need automake or s3fs install will fail with
  • And i think we need to add libssl-dev , as otherwise, the installation will fail with
configure: error: Package requirements (fuse >= 2.8.4 libcurl >= 7.0 libxml-2.0 >= 2.6 libcrypto >= 0.9) were not met:
 
No package 'libcrypto' found

Tested via:

docker run --rm -ti ubuntu:16.04 /bin/bash -c "apt-get update && apt-get -y install build-essential pkg-config libcurl4-openssl-dev libfuse-dev libfuse2 libxml2-dev mime-support automake libssl-dev wget && cd /tmp/ &&  wget https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.79.tar.gz && ls -la &&  tar xzf v1.79.tar.gz && ls -la && cd s3fs-fuse-1.79 && ./autogen.sh && ./configure"

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

Successfully merging this pull request may close these issues.

1 participant