securesocketfunneling / ssf

Secure Socket Funneling - Network tool and toolkit - TCP and UDP port forwarding, SOCKS proxy, remote shell, standalone and cross platform
https://securesocketfunneling.github.io/ssf/
Other
1.59k stars 234 forks source link

make compile in Ubuntu 18.04 LTS #73

Open comperem opened 5 years ago

comperem commented 5 years ago

Hello, someboby please update source so required packages install without conflict and source compiles on Ubuntu 18.04.

As of 18 Feb 2019, sff does not compile under Ubuntu 18.04 with the steps listed. There is a package conflict (libboost1.65 instead of .62) and then a cmake error.

I'd like to compile but no-workee in Ubuntu 18.04LTS

Jedmeyer commented 5 years ago

Can confirm. I had the same problem when compiling source on an 18.04 DO Droplet.

clarkli86 commented 4 years ago

As a workaround, I just had to build and install openssl 1.1.0 and boost 1.6.2 from source.