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

Most upvoted comments

Still same error on 0.4.0

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

New errors:

~/nu_0_7_0_linux/nushell_0_7_0# ./nu

./nu: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./nu)
./nu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by ./nu)