shadowsocks / simple-obfs

A simple obfuscating tool (Deprecated)
GNU General Public License v3.0
2.36k stars 560 forks source link

please make a release before c-ares support #106

Open rogers0 opened 7 years ago

rogers0 commented 7 years ago

is it too late to make a release before c-ares support? so I can update the debian package. thanks!

madeye commented 7 years ago

There are very few changes after 0.3 release actually...

azumanagi commented 7 years ago

I get these error while making

make all-recursive make[1]: Entering directory '/root/simple-obfs' Making all in libcork make[2]: Entering directory '/root/simple-obfs/libcork' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/simple-obfs/libcork' Making all in src make[2]: Entering directory '/root/simple-obfs/src' CCLD obfs-server obfs_server-resolv.o: In function resolv_init': /root/simple-obfs/src/resolv.c:165: undefined reference toares_set_servers_ports_csv' collect2: error: ld returned 1 exit status Makefile:451: recipe for target 'obfs-server' failed make[2]: [obfs-server] Error 1 make[2]: Leaving directory '/root/simple-obfs/src' Makefile:412: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/root/simple-obfs' Makefile:344: recipe for target 'all' failed make: *** [all] Error 2

I've installed ss-libev 3.1.0. When installing ss-libev, I got error with c-ares.

enihcam commented 7 years ago

then when will be next release? what are the planning features?

1a57danc3 commented 6 years ago

@azumanagi apt remove libc-ares-dev -y --purge

To install latest c-ares https://github.com/c-ares/c-ares/blob/master/INSTALL.md