shadowsocks-libev
shadowsocks-libev copied to clipboard
no installation working
trying to install on debian 10 (also tried ubuntu20.4/18 and centos8), none of the methods seem to install a running server. I also tried the ./autogen && make sudo make insalll and the following error shows up:
configure.ac:26: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:146: error: possibly undefined macro: AC_CHECK_HEADERS configure.ac:256: error: possibly undefined macro: AC_SEARCH_LIBS autoreconf: /usr/bin/autoconf failed with exit status: 1
Have you checked if your server is equipped with the dependencies listed by the author? autoconf, libtool, automake seem to be what you need according to the errors you posted. Maybe you can try to install m4 and check if it works.
Also you can try
yum install pkg-config
Or on debian
apt-get install pkt-config
apt-get install pkg-config
Using above command works on Ubuntu