Re: Njs Utility not working

2022-04-05 Thread Dmitry Volyntsev
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

Re: Njs Utility not working

2022-04-05 Thread 王明君
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 -

Re: Njs Utility not working

2022-04-05 Thread Dmitry Volyntsev
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

Njs Utility not working

2022-04-05 Thread 王明君
Hi, i'm trying to build only njs command-line utility following http://nginx.org/en/docs/njs/install.html, but the final njs does not work as expected. See this mail's attached file to find out how i was trying. uname -a Linux localhost.localdomain 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18: