You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though while nix-ld helps to run binaries that were linked with /lib64/ld-linux-x86-64. I think it will create problems down the road running anything that relies on dynlib. I just found out I get runtime errors after compiling with -d:ssl. I don't have this issue with the nim2 package in nixpkgs though.
This happens with NixOS
When I run
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
After some investigations, I realized the next:
ldd choosenim-0.8.4_linux_amd64
When I compile choosenim by myself, I get the good path:
ldd choosenim
I don't know if this can be solved, but to I hope to be useful in any case
Thanks so much in advance
The text was updated successfully, but these errors were encountered: