Hello, Following the instructions on <https://nim-lang.org/install_unix.html> , I compiled and installed Nim 1.6.6 in Ubuntu 22.04 Jammy on an AMD64 machine. All seemed well, but when I run `nimble --version` I get the following error:
`could not import: SSL_get_peer_certificate` `nim --version` runs as expected, and I can compile Nim programs. This is what I tried: 1. Building and installing OpenSSL1.1. - No change. 2. Prepending `.3|` to <https://github.com/nim-lang/Nim/blob/d584dd5b99f4c1e32477db2dfb791d52b0139df1/lib/wrappers/openssl.nim#L78> and rebuilding and re-installing Nim per instructions. - No change. Running `openssl version` shows `OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)`. What is the next thing I should try? What was wrong with what I did? (Neither security nor Debian architecture is my field, so I may have missed something obvious.)