Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./configure && make : -bash: ./configure: No such file or directory #29

Closed
muronghan opened this issue Jan 27, 2017 · 4 comments
Closed

Comments

@muronghan
Copy link

See the title plese. And, if I run ./autogen.sh:
...
error: required file 'libcork/Makefile.in' not found

@icpz
Copy link
Contributor

icpz commented Jan 27, 2017

run git submodule update --init --recursive first
then
./autogen.sh

@muronghan
Copy link
Author

muronghan commented Jan 27, 2017

Compiloing looked fine. But if I run: ss-server -c /etc/shadowsocks-libev/config.json --plugin obfs-server --plugin-opts "obfs=http"

2017-01-27 20:02:09 INFO: plugin "obfs-server" enabled
2017-01-27 20:02:09 INFO: initializing ciphers... chacha20
2017-01-27 20:02:09 INFO: using nameserver: 8.8.8.8
2017-01-27 20:02:09 INFO: tcp port reuse enabled
2017-01-27 20:02:09 INFO: tcp server listening at 127.0.0.1:51759
2017-01-27 20:02:09 INFO: running from root user
2017-01-27 20:02:09 [simple-obfs] INFO: obfuscating enabled
2017-01-27 20:02:09 [simple-obfs] INFO: tcp port reuse enabled
2017-01-27 20:02:09 [simple-obfs] ERROR: listen() error
2017-01-27 20:02:09 ERROR: plugin service exit unexpectedly

@muronghan
Copy link
Author

用最新的ss-liev服务端部署于VP,并安装simple-obfs;客户端是LEDE 4.4.42,编译的最新的ss-libev和luci-app-ss。在三个VPS上测试,结果如下:

三个VPS中,两个是国人开的,一个是老外开的。所有客户端在luci里必须将plugin name和plugin arguments留空,ss才跑得起来,要不然running status里就是not running。

下面是奇异的事情:其中两个国人开的VPS,服务端的/etc/shadowsocks-libev/config.json里添加诸如"plugin":"obfs-server"和"plugin_opts":"obfs=http"后,服务端必须运行诸如ss-server -A -u -c /etc/shadowsocks-libev/config.json才能跑ss,否则就表现为代理的网页打不开。如果Ctrl-C打断上述运行,则原先打开的网页就打不开。而老外开的VPS则不管服务端的config.json是否添加上述设置,restart ss后都能跑起来,但是否混淆成功就不得而知了,因为正如上段所说,客户端luci是留空的。

@xiashali
Copy link
Contributor

xiashali commented Jan 31, 2017

Fixed on #35
Thanks to @lcdtyph

@xiashali xiashali mentioned this issue Jan 31, 2017
@madeye madeye closed this as completed Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants