[GH-ISSUE #2450] Failed to compile s3fs-fuse in static mode. #1207

Open
opened 2026-03-04 01:52:13 +03:00 by kerem · 0 comments
Owner

Originally created by @kinderyj on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2450

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)

Originally created by @kinderyj on GitHub (Apr 30, 2024). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2450 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 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#1207
No description provided.