Todd A. Jacobs · @todd_a_jacobs
22 followers · 214 posts · Server ruby.social

If you're trying to update the gem on for , you may need this to link with OpenSSLv3's 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, still doesn't compile against v3 for me, but YMMV.

#openssl #macos #truffleruby #libssl #cruby

Last updated 1 year ago

arne_rules! :spezi: · @arne
94 followers · 409 posts · Server spezi.social

Did someone manage to cross compile a binary with a dependency on -sys to musl on Actions? This is driving me nuts.

I tried installing -dev and/or using cross. I also tried a bunch of other things, nothing worked.

#Rust #openssl #github #libssl #rustlang #ci

Last updated 2 years ago