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

is it support for ss 2.6.1? #12

Closed
elric8 opened this issue Jan 10, 2017 · 7 comments
Closed

is it support for ss 2.6.1? #12

elric8 opened this issue Jan 10, 2017 · 7 comments

Comments

@elric8
Copy link

elric8 commented Jan 10, 2017

shadowsocks 2.6.1 canceled obfs
simple-obfs work on ss 2.6.1 plugin mode?
how make it work?

@elric8
Copy link
Author

elric8 commented Jan 10, 2017

root@elric8:~# ss-server -c /etc/config.json --plugin "obfs-server --obfs http"
2017-01-09 21:45:51 INFO: plugin "obfs-server --obfs http" enabled
2017-01-09 21:45:51 INFO: initializing ciphers... rc4-md5
2017-01-09 21:45:51 INFO: tcp port reuse enabled
2017-01-09 21:45:51 INFO: listening at 127.0.0.1:37573
2017-01-09 21:45:51 INFO: running from root user
sh: 1: exec: obfs-server: not found
2017-01-09 21:45:51 ERROR: plugin service exit unexpectedly

it seem not work

@Sherlock-Holo
Copy link
Contributor

do you install the simple-obfs?if not, absolutely it doesn't work

@elric8
Copy link
Author

elric8 commented Jan 10, 2017

@Sherlock-Holo
apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto
it is not install?
how install? plase tell me ,i'm not good at linux,thanks for relpy

@ghost
Copy link

ghost commented Jan 10, 2017

@elric8
apt install git
git clone https://github.com/shadowsocks/simple-obfs.git
cd simple-obfs
./configure && make && make install

@zengxs
Copy link

zengxs commented Jan 10, 2017

You should compile and install simple-obfs from source, the project doesn't provide prebuild package for installation.

You can build the binary like this on ubuntu:

mkdir simple-obfs && cd simple-obfs
apt install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto
curl -sSL https://github.com/shadowsocks/simple-obfs/archive/master.tar.gz | tar -xz --strip-component=1
./configure
make && make install

@elric8
Copy link
Author

elric8 commented Jan 10, 2017

@suikatomoki @matsuz
thank guys!

@elric8 elric8 closed this as completed Jan 10, 2017
@Sherlock-Holo
Copy link
Contributor

they have given you the answer😋

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

3 participants