vt icon indicating copy to clipboard operation
vt copied to clipboard

error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such file or directory

Open AJFeng opened this issue 2 years ago • 1 comments

installed OpenSSL 3.0, has the libcrypto.so.3 in /usr/bin, also copy it in /usr/local/bin. still had this problem while make test.

AJFeng avatar Jan 26 '22 22:01 AJFeng

had the same issue on my mac. I downloaded OpenSSL-3.0.2 sources and ran

./configure
make
sudo make install

afterwards the make command of vt worked fine. Hope this helps :-)

leshaker avatar Apr 12 '22 07:04 leshaker