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

Doesn't work with readline ver. 7.x #1245

Closed
sprnza opened this issue Nov 26, 2016 · 1 comment
Closed

Doesn't work with readline ver. 7.x #1245

sprnza opened this issue Nov 26, 2016 · 1 comment

Comments

@sprnza
Copy link

sprnza commented Nov 26, 2016

Hi there!
Just found out that telegram-cli depends on libreadline.so.6 but the latest version is libreadline.so.7.

speranza->~ telegram-cli 
telegram-cli: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory

and

sudo ln -s /usr/lib/libreadline.so.7 /usr/lib/libreadline.so.6

solves the issue.

@sprnza
Copy link
Author

sprnza commented Nov 27, 2016

A recompile solves the issue.

@sprnza sprnza closed this as completed Nov 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant