nushell: SSL error on 0.3.0 Release: on Debian GNU/Linux 9.9 (stretch)
wget https://github.com/nushell/nushell/releases/download/0.3.0/nu_0_3_0_linux.tar.gz
tar -zxvf nu_0_3_0_linux.tar.gz
cd nu_0_3_0_linux
./nu
error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
I even have the dependencies: apt install pkg-config libssl-dev
Seems related to https://github.com/nushell/nushell/issues/646
I ran the related debug code: ldconfig --verbose | grep ssl:
ldconfig: Path `/lib/x86_64-linux-gnu' given more than once
ldconfig: Path `/usr/lib/x86_64-linux-gnu' given more than once
ldconfig: /lib/x86_64-linux-gnu/ld-2.24.so is the dynamic linker, ignoring
libssl.so.1.1 -> libssl.so.1.1
libssl.so.1.0.2 -> libssl.so.1.0.2
libssl3.so -> libssl3.so
ldconfig: /lib32/ld-2.24.so is the dynamic linker, ignoring
ldconfig: /libx32/ld-2.24.so is the dynamic linker, ignoring
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 15 (6 by maintainers)
Commits related to this issue
- fix signature (#765) — committed to elferherrera/nushell by fdncred 2 years ago
- fix signature (#765) — committed to nushell/nushell by fdncred 2 years ago
- [es] fix statement about `lines` output type (#765) which is a `list`, not a `table`. This should fix it in the Spanish translation. See PR #764 for a fix of the same problem in the English orig... — committed to bobhy/nushell by das-g a year ago
Still same error on 0.4.0
New errors: