Ganesh Satpute
Ganesh Satpute
@umeshbhatt25 how did you manage to compile and build the wsgate? I am not able to that itself.
@c64cosmin I'm trying to compile on Linux. Ubuntu 14.04 to be specific. Following is the error. ``` Include dir: OPENSSL INCLUDE DIR: /usr/include CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT...
Thanks @c64cosmin for reply. I got problem running `install_prereqs.h` itself ``` install_prereqs.sh: 6: install_prereqs.sh: [[: not found install_prereqs.sh: 14: install_prereqs.sh: [[: not found Distro not found! You shall need git,...
@c64cosmin I'm running those scripts with sudo Tried with -f; didn't work Ouput of `lsb-release -a` ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.3 LTS Release:...
@c64cosmin Problem was execution permission on files after trying ``` chmod +x install_prereqs.sh sudo ./install_prereqs.sh chmod +x setup-all.sh sudo ./setup-all.sh -f ``` `setup-all.sh` result in ``` ---- Building webconnect ----...