Fork me on GitHub
#circleci
<
2021-12-11
>
borkdude16:12:34

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?

gordon11:12:04

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

borkdude12:12:54

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

gordon12:12:30

OK, thanks for the update :thumbsup: