-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
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. |
same here on debian stretch: $ docker-compose version $ uname -a |
a workaround for this problem is to run docker-compose as a container: |
For those who may be interested: Release 1.19 works fine without this warning -- Ubuntu 16.04 4.4.0-128 |
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
The text was updated successfully, but these errors were encountered: