GinXian

Results 6 comments of GinXian

These errors also appear in CentOS7. ``` Bash /usr/bin/perl t/runtests.pl 0 0 "blib/lib" "blib/arch" t/*.t Running tests on blib/script/ack, ACK_TEST_STANDALONE=0 t/00-load.t .................. 1/20 # Testing ack v3.5.0 under Perl v5.16.3,...

Why do you find the *README* wanting? You can just follow the steps provided by the author and build `shadowsocks-libev` from source.

@xkszltl The 3rd party libs are installed as intended but the ELF cannot probe it. That may be because `ldconfig` is absent when the libs are built and installed.

Why not try to build from source? I suppose if your device is equipped with ``` Bash gcc gettext autoconf libtool automake make pcre-devel asciidoc xmlto c-ares-devel libev-devel libsodium-devel mbedtls-devel...

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....

Also you can try ```Bash yum install pkg-config ``` Or on debian ```Bash apt-get install pkt-config ```