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

libreadline.so.6 issue in ubuntu 18.04 #643

Closed
7segv opened this issue Sep 26, 2018 · 2 comments
Closed

libreadline.so.6 issue in ubuntu 18.04 #643

7segv opened this issue Sep 26, 2018 · 2 comments

Comments

@7segv
Copy link

7segv commented Sep 26, 2018

I upgrade my system to 18.04 and when trying to run yosys I get issue below:

yosys: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory

I try to uninstall libreadline-dev with

sudo apt-get purge libreadline-dev

and install the libreadline.6 with

sudo apt-get install libreadline6-dev

but the system install the latest version (libreadline-dev_7.0-3) again:

Note, selecting 'libreadline-dev' instead of 'libreadline6-dev'

Is there a way to fix the issue?

@daveshah1
Copy link

Did you rebuild Yosys after updating Ubuntu?

@cliffordwolf
Copy link
Collaborator

Closing as issues seems to be abandoned by OP. Simply rebuilding Yosys, as suggested by daveshah1, should fix the problem.

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

3 participants