undefined symbol: EVP_des_ede3_cbc
I've installed nodegit using bun add nodegit then bun install. It installs just fine, but when I try to run my application is throws this error: undefined symbol: EVP_des_ede3_cbc ... code: "ERR_DLOPEN_FAILED"
I tried running a super simple app to test with using npm/node and bun. It works with npm/node, but not with bun or deno.