Linux shadowsocks-libev configure error autoreconf: automake failed with exit status

IssueConfigure shadowsocks-libev from source code in Linux. Before configure, we should install the ...
Jun 28, 2020 Linux Comments 0

openvpn configure: error: lzo enabled but missing

IssueDownload the openvpn source code, try to configure it and run the commands blew.$ wget https://...
Jun 27, 2020 Linux Comments 0

jq warning: macro 'AM_PROG_LIBTOOL' not found in library

IssueDownload the jq source and configure, run the commands blew.$ git clone https://github.com/sted...
Jun 23, 2020 Linux Comments 0

jq configure: error: You need bison version 3.0 or greater

IssueDownload the jq source and configure, run the commands blew.$ git clone https://github.com/sted...
Jun 21, 2020 Linux Comments 0

jq configure error autoreconf: failed to run aclocal: No such file or directory

IssueDownload the jq source and configure, run the commands blew.$ git clone https://github.com/sted...
Jun 19, 2020 Linux Comments 0

openvpn configure: error: route utility is required but missing

IssueIn Linux, download the openvpn source and configure, and run the commands blew.$ wget https://s...
Jun 17, 2020 Linux Comments 0

openvpn configure: error: openssl check failed

IssueWhen configure openvpn with the command below../configure --prefix=/opt/openvpn-2.4.9But the fo...
Jun 13, 2020 Linux Comments 0

Clear the content of a file from shell command

In Linux/Unix, there are several ways to clear the contents of the file with the shell command.> fil...
Jun 07, 2020 Linux Comments 0