During the installation of nix, it complains:
/nix/store/4vz8sh9ngx34ivi0bw5hlycxdhvy5hvz-nix-2.3.7/bin/nix-store: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
There are some other libcrypto.so in /usr/lib, but none of them end with .1.1
$ ls /usr/lib/libcrypto.so
libcrypto.so libcrypto.so.1.0.2k
libcrypto.so.0.9.8e libcrypto.so.6
libcrypto.so.10
Since I don't have the root privilige in that environment, is there some other way to install?
During the installation of nix, it complains:
There are some other
libcrypto.soin/usr/lib, but none of them end with.1.1Since I don't have the root privilige in that environment, is there some other way to install?