We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: