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

help us build a freebsd binaries #79

Open senioi opened 5 years ago

senioi commented 5 years ago

Thanks

cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX= -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /usr/local/bin/gcc -- Check for working C compiler: /usr/local/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/local/bin/g++ -- Check for working CXX compiler: /usr/local/bin/g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for pthread.h -- Looking for pthread.h - not found -- Could NOT find Threads (missing: Threads_FOUND) CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2170 (message): Unable to find the requested Boost libraries.

Boost version: 1.70.0

Boost include path: /usr/local/include

Could not find the following Boost libraries:

      boost_thread (missing dependency: Threads)

Some (but not all) of the required Boost libraries were found. You may need to install these additional Boost libraries. Alternatively, set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): CMakeLists.txt:91 (find_package)

-- Found OpenSSL: /usr/local/lib/libcrypto.so (found version "1.0.2s") -- OpenSSL version: 1.0.2s -- Generating define header file /root/ssf/build/certs/client_cert.h from file certificate.crt -- Generating define header file /root/ssf/build/certs/client_key.h from file private.key -- Generating define header file /root/ssf/build/certs/server_cert.h from file server.crt -- Generating define header file /root/ssf/build/certs/server_key.h from file server.key -- Generating define header file /root/ssf/build/certs/server_dh_param.h from file dh4096.pem -- Generating define header file /root/ssf/build/certs/ca_cert.h from file trusted/ca.crt -- Build configuration: -- Version: 3.0.0 -- Unit Tests: OFF -- Network Unit Tests: OFF -- TLS Disabled: OFF -- Static Libraries: OFF (Boost: OFF, OpenSSL: OFF) -- Static Runtime: OFF (Boost: OFF, OpenSSL: OFF) -- RTTI disabled: OFF -- Logs disabled: OFF -- Syslog collector enabled: ON -- Configuring incomplete, errors occurred! See also "/root/ssf/build/CMakeFiles/CMakeOutput.log". See also "/root/ssf/build/CMakeFiles/CMakeError.log".