dfinity / vessel

The original package manager for Motoko
Apache License 2.0
113 stars 19 forks source link

error while loading shared libraries: `libssl.so.1.1` #77

Closed AndreLeifert closed 9 months ago

AndreLeifert commented 9 months ago

this, TOO, doesn't work as it should:

vessel init vessel: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

what if I have openssl-3.1.4-1 installed?

ggreif commented 9 months ago

This is a common problem in the Linux world. Which version of vessel did you download? (The newest is 0.7.0).

v0.6.4 was released with openssl-3, maybe we have a regression here. Just checked, v0.7.0 is built with openssl_3_0 too.

ggreif commented 9 months ago

NB.: #80 updates the README.

AndreLeifert commented 9 months ago

Well, that was quick - chapeau! 0.7.0 works for me (of course I followed the link in README). Thanks, gentlemen.

ggreif commented 9 months ago

Thanks, gentlemen.

You're welcome! Glad it did work out :-)