circleci

borkdude 2021-12-11T16:55:34.017400Z

I'm getting:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
  Referenced from: /private/var/folders/6y/gy9gggt14379c_k39vwb50lc0000gn/T/MariaDB4j/base/bin/mysqld
  Reason: image not found
in a mac build. How can I fix this?

gordon 2021-12-13T11:29:04.017900Z

Would you have a build link I can point our mac team at?

borkdude 2021-12-13T12:07:54.018100Z

I fixed it using a workaround using ln -s - it's likely not an issue with CircleCI but with this testing library

borkdude 2021-12-13T12:07:56.018300Z

thanks

gordon 2021-12-13T12:31:30.018500Z

OK, thanks for the update 👍

borkdude 2021-12-11T16:59:22.017600Z

Hmz, a long issue here: https://github.com/vorburger/MariaDB4j/issues/48