You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
when i use the basic requests sample code and try to statically link with
-static
:The text was updated successfully, but these errors were encountered: