79259380

Date: 2024-12-06 21:10:28
Score: 1.5
Natty:
Report link
  1. delete all libreadline from your system, /usr/lib, /usr/local/lib etc

  2. download sources for readline from someplace

  3. configure with (my version for readline.8.2 Dec. 2024):

    ./configure --with-shared-termcap-library --enable-static -q --prefix=/usr

    --enable-static not necessary. --prefix - your choice. --with-shared-termcap-library - imperative, the undefined symbols are in libtermcap and NOT in libncurses.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: sylvian kahane