prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
327 stars 119 forks source link

error: linking with `cc` failed: exit status: 1 - /usr/bin/ld: cannot find -lgssapi_krb5: No such file or directory #273

Closed cirqueira-labs closed 1 year ago

cirqueira-labs commented 1 year ago

Hello guys. I'm trying to compile, but a got this error. I have all the dependencies such libgssapi_krb5.so on /usr/lib64

cirqueira-labs commented 1 year ago

I removed the features 'all' and now it's working

pimeys commented 1 year ago

Yeah, you need the kerberos libraries if you want that support.