Можно ли статически скомпилировать s3fs-fuse - PullRequest
0 голосов
/ 23 сентября 2018

Я пытаюсь скомпилировать s3fs-fuse статически, но возникает проблема.

./configure LDFLAGS="-static"
make

Ошибка:

...

/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
(.text+0x6a2): undefined reference to `dlclose'
collect2: error: ld returned 1 exit status

Makefile:604: recipe for target 's3fs' failed

make[2]: *** [s3fs] Error 1

make[2]: Leaving directory '/home/s3fs-fuse-1.84/src'

Makefile:400: recipe for target 'all-recursive' failed

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory '/home/s3fs-fuse-1.84'

Makefile:341: recipe for target 'all' failed

make: *** [all] Error 2
...