sec / dotnet-core-freebsd-source-build

Collection of script to build .NET Core under FreeBSD OS (with binary releases)
MIT License
53 stars 4 forks source link

Where do I find libgssapi_krb5.so.2.2 for arm64 and x86 on 13.3-RELEASE #31

Closed rhubarb-geek-nz closed 2 months ago

rhubarb-geek-nz commented 2 months ago

Hi, many thanks for the build.

packs/Microsoft.NETCore.App.Host.freebsd-arm64/8.0.8/runtimes/freebsd-arm64/native/singlefilehost - required shared library libgssapi_krb5.so.2.2 not found

I am missing a shared library, libgssapi_krb5.so.2.2.

Where can I find it? ( ideally from an existing freebsd binary package )

Thanks,

sec commented 2 months ago

pkg install krb5 should resolve this

rhubarb-geek-nz commented 2 months ago

Excellent, thank you