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:
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.)
In my opinion, the second way is easier if you want to play with Nim.
nimble v0.13.1 compiled at 2022-05-10 00:36:48
git hash: couldn't determine git hash
1.6.10 should fix OpenSSL 3. You can try the RC2 version, see: https://forum.nim-lang.org/t/9614
Nim 1.6.10 has just been released! https://nim-lang.org/blog/2022/11/23/version-1610-released.html