defunctzombie / ansible-coreos-bootstrap

[NOT MAINTAINED] bootstrap a coreos machine for control via ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error while loading shared libraries: libtinfo.so.5: cannot open shared object file

whs opened this issue · comments

It seems that CoreOS probably removed something in the recent version.

core@mami ~ $ cat /etc/os-release 
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1353.4.0
VERSION_ID=1353.4.0
BUILD_ID=2017-03-31-0211
PRETTY_NAME="Container Linux by CoreOS 1353.4.0 (Ladybug)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://github.com/coreos/bugs/issues"
core@mami ~ $ ./pypy/bin/pip
/home/core/pypy/bin/pypy: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory

Same issue here. Started a couple of days ago for us. Running on Container Linux alpha channel.

same. (but beta channel)

I had to change line 24 of files/bootstrap.sh to:

ln -snf /lib64/libncurses.so.6.1 $HOME/pypy/lib/libtinfo.so.5

I am using the stable channel. After updating to the latest stable (1800.4.0 Rhyolite) during the week I started to see this problem.

I applied the same as @SleepyBrett and it works again.