SPWN-language icon indicating copy to clipboard operation
SPWN-language copied to clipboard

Include openssl-1.1 in ArchLinux install

Open ezluci opened this issue 2 years ago • 1 comments

I stumbled across an issue when I tried to run spwn, and I fixed it by installing this: https://archlinux.org/packages/core/x86_64/openssl-1.1/. I think you should include this package into the installation or something.

~ % spwn
spwn: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
~ % pikaur -S openssl-1.1
[...]
~ % spwn                 
SPWN 

USAGE:
[...]

ezluci avatar Jan 14 '23 11:01 ezluci