#libssl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #libssl, aggregated by home.social.
-
You may run into an issue with libssl when trying to run .NET 10.0 on FreeBSD 15.0. It's fixable, though!
#FreeBSD #BSD #OpenSSL #libssl #TechNews #TechUpdates #csharp #programming #dotnet
-
You may run into an issue with libssl when trying to run .NET 10.0 on FreeBSD 15.0. It's fixable, though!
#FreeBSD #BSD #OpenSSL #libssl #TechNews #TechUpdates #csharp #programming #dotnet
-
If you're trying to update the #OpenSSL gem on #macOS for #TruffleRuby, you may need this to link with OpenSSLv3's #libssl library:
```bash
OPENSSL_PREFIX="$(brew --prefix openssl@3)" gem update openssl
```Just replace "@3" with "@1.1" if you prefer OpenSSLv1.1 for whatever reason. Meanwhile, #CRuby still doesn't compile against v3 for me, but YMMV.