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

Failed to compile s3fs-fuse in static mode. #2450

Open
kinderyj opened this issue Apr 30, 2024 · 0 comments
Open

Failed to compile s3fs-fuse in static mode. #2450

kinderyj opened this issue Apr 30, 2024 · 0 comments

Comments

@kinderyj
Copy link

Steps to compile s3fs-fuse :

apt-get update
apt-get install -y build-essential libfuse-dev libcurl4-openssl-dev libxml2-dev mime-support automake libtool pkg-config
git clone https://github.com/s3fs-fuse/s3fs-fuse.git
cd s3fs-fuse ./autogen.sh ./configure --prefix=/usr --with-openssl --enable-static
Got ERROR: configure: WARNING: unrecognized options: --enable-static

Expecting to compile s3fs-fuse in static mode.

How can we compile s3fs-fuse in static mode? (without dynamic-link library)

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

No branches or pull requests

1 participant