Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtinfo.so.5 #5808

Closed
stlouisn opened this issue Mar 20, 2018 · 4 comments
Closed

libtinfo.so.5 #5808

stlouisn opened this issue Mar 20, 2018 · 4 comments

Comments

@stlouisn
Copy link

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

@shin-
Copy link

shin- commented Mar 21, 2018

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

@niQo
Copy link

niQo commented Mar 23, 2018

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

@shin- shin- closed this as completed Apr 9, 2018
@quentinburley
Copy link

quentinburley commented Apr 14, 2018

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

@clarkttfu
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants