shadowsocks-libev icon indicating copy to clipboard operation
shadowsocks-libev copied to clipboard

no installation working

Open ghost opened this issue 3 years ago • 3 comments

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

ghost avatar May 21 '21 21:05 ghost

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.

GinXian avatar Jun 11 '21 06:06 GinXian

Also you can try

yum install pkg-config

Or on debian

apt-get install pkt-config

GinXian avatar Jun 11 '21 07:06 GinXian

apt-get install pkg-config

Using above command works on Ubuntu

adarshaketh avatar Jul 24 '21 09:07 adarshaketh