Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Gssapi dynamic lib #127

Closed Kimahriman closed 5 months ago

Kimahriman commented 5 months ago

Resolves #126

Load libgssapi_krb5 library at runtime with libloading instead of using the libgssapi crate. This removes the compile time link and the need to include newer clang libs for running bindgen at compile time.