You have to install libreadline for your Linux.
I hope the following or similar command should help:
sudo yum install readline-devel
On 05.04.2022 19:04, 王明君 wrote:
Thanks for helping me. As you reminded, i found this log:
*checking for GNU readline library ... not found
checking for editline
Thanks for helping me. As you reminded, i found this log:
checking for GNU readline library ... not found
checking for editline library in editline/readline.h ... not found
checking for editline in edit/readline/readline.h ... not found
checking for editline in readline/readline.h ... not found
-
Hi,
Please attach the configure output.
If njs CLI was built successfully, but the binary does not work in
terminal mode. The reason is libreadline was not found during configure
phase.
On 05.04.2022 16:15, 王明君 wrote:
Hi, i'm trying to build only njs command-line utility following
_http://n