I am trying to install an open source project Rosie Pattern Language (RPL) via the make command. I am getting this error: Missing readline library or readline.h
.
I have installed the required readline packages via sudo apt-get install libreadline-dev
which did not resolve the issue.
Update: Ubuntu Version: 16.04.3
Output of dkpg -S readline.h
:
libreadline6-dev:amd64: /usr/include/readline/readline.h
dpkg -S readline.h
. – N0rbert Jan 28 '18 at 18:16