dlang-requests icon indicating copy to clipboard operation
dlang-requests copied to clipboard

trouble when statically linking

Open redthing1 opened this issue 2 years ago • 0 comments

when i use the basic requests sample code and try to statically link with -static:

dub/packages/requests-2.0.4/requests/.dub/build/std-release-linux.posix-x86_64-ldc_v1.28.1-511766A07FAC4178242690E353319A52/librequests.a(requests.ssl_adapter.o):ssl_adapter.d:function _D8requests11ssl_adapter24_sharedStaticCtor_L60_C1FZv: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

redthing1 avatar Mar 28 '22 04:03 redthing1