Compose: libtinfo.so.5

Created on 20 Mar 2018  路  4Comments  路  Source: docker/compose

getting the following error messages:

docker-compose -v
/bin/sh: /tmp/_MEI1e1GVG/libtinfo.so.5: no version information available (required by /bin/sh)
docker-compose version 1.20.0, build ca8d3c6

uname -a
Linux *.** 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3 (2018-03-02) x86_64 GNU/Linux

kinquestion

Most helpful comment

a workaround for this problem is to run docker-compose as a container:
https://docs.docker.com/compose/install/#install-as-a-container

All 4 comments

Your OS may have a newer version of that shared library than the one Compose was built with. You should be fine ignoring this message.

see also: https://stackoverflow.com/questions/137773/what-does-the-no-version-information-available-error-from-linux-dynamic-linker

same here on debian stretch:

$ docker-compose version
/bin/sh: /tmp/_MEIXKc1wz/libtinfo.so.5: no version information available (required by /bin/sh)
docker-compose version 1.20.1, build 5d8c71b
docker-py version: 3.1.4
CPython version: 3.6.4
OpenSSL version: OpenSSL 1.0.1t 3 May 2016

$ uname -a
Linux std-qa-01 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 GNU/Linux

a workaround for this problem is to run docker-compose as a container:
https://docs.docker.com/compose/install/#install-as-a-container

For those who may be interested: Release 1.19 works fine without this warning -- Ubuntu 16.04 4.4.0-128

Was this page helpful?
0 / 5 - 0 ratings