Closed bjoern2200 closed 5 years ago
Did you install readline-devel
? If only readline
is installed then the readline shared libraries will be present on your system, but not e.g. /usr/include/readline
, and the configure script will complain about that.
This is mentioned in the INSTALL
file, but maybe not clearly enough:
If configure complains about missing Xyz (where Xyz can be ncurses, or readline) and you are sure that Xyz is installed on your system, consider installing Xyz-devel
Hi,
I found, that readline-devel is not included in the default SLES repositories. You need to add the "SUSE Linux Enterprise Software Development Kit" using YAST2. Now I could install readline-devel and compile rlwrap.
Many thanks.
Hello,
I downloaded the current version rlwrap-0.43 and I'm trying to compile it on a SUSE Linux Enterprise Server 12 (x86_64).
When configuring the installation I get the following:
According to ldconfig the library is there:
What am I missing?
Best regards, Björn