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

Missing check for libreadline by configure + src #17

Open
radare opened this issue May 1, 2016 · 1 comment
Open

Missing check for libreadline by configure + src #17

radare opened this issue May 1, 2016 · 1 comment

Comments

@radare
Copy link

radare commented May 1, 2016

irecovery.c:26:31: fatal error: readline/readline.h: No such file or directory
 #include <readline/readline.h>
@slacka
Copy link

slacka commented Jan 5, 2017

A workaround to get the build to work:
$ sudo apt-get install libreadline-dev

but ./autogen.sh should catch this.

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

2 participants