Eyecre8 Posted February 23, 2017 Share Posted February 23, 2017 Recently downloaded the 64 bit Debian/Ubuntu version of Synergy (Version 1.8.7) and installed in on my new installation of Kali linux 2016 (64 bit). When launching synergy I get the following error: /usr/bin/synergyc: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory then on the next line it states: ERROR: process exited with error code: 127 Then it does an auto restart....rinse and repeat. Anyone run into this before or know the fix? Link to comment Share on other sites More sharing options...
Brandon Crowe Posted March 1, 2017 Share Posted March 1, 2017 Idk and it's pissing me the fuck off. They can't even make a product that works Link to comment Share on other sites More sharing options...
redTruck Posted May 18, 2017 Share Posted May 18, 2017 Yep. Just reinstalled as client from old kali sana distro to Kali GNU/ Rolling. Ran fine on the old distro but now I'm running into the same issue on update. My system has 2 Win 10, 2 Ubuntu, 1 Centos, and one Kali box. Never had this issue before. Will post back here if I find anything. Maybe Nolton knows something. Hello???? Link to comment Share on other sites More sharing options...
redTruck Posted May 18, 2017 Share Posted May 18, 2017 . . . oh yeah, it matters not whether its 64 or 32. Seeing it on both architectures. Link to comment Share on other sites More sharing options...
MattFaces Posted June 2, 2017 Share Posted June 2, 2017 I can also confirm the bug on Kali Link to comment Share on other sites More sharing options...
judebzy Posted June 20, 2017 Share Posted June 20, 2017 same issue... no fix yet Link to comment Share on other sites More sharing options...
Paul Suarez Posted June 20, 2017 Share Posted June 20, 2017 Hi everyone. Hi @Eyecre8. Have you checked our Compiling Wiki? Link to comment Share on other sites More sharing options...
judebzy Posted June 20, 2017 Share Posted June 20, 2017 Yes didn't help much Link to comment Share on other sites More sharing options...
judebzy Posted June 20, 2017 Share Posted June 20, 2017 Used latest 1.8.8 stable Debian 32bit Link to comment Share on other sites More sharing options...
Paul Suarez Posted June 20, 2017 Share Posted June 20, 2017 What error are you getting @judebzy? Link to comment Share on other sites More sharing options...
judebzy Posted June 20, 2017 Share Posted June 20, 2017 /usr/bin/synergyc: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory [2017-06-20T16:34:25] ERROR: process exited with error code: 127 [2017-06-20T16:34:25] INFO: detected process not running, auto restarting [2017-06-20T16:34:26] INFO: starting client [2017-06-20T16:34:26] INFO: config file: /tmp/qt_temp.aa9581 [2017-06-20T16:34:26] INFO: log level: INFO /usr/bin/synergyc: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory [2017-06-20T16:34:26] ERROR: process exited with error code: 127 [2017-06-20T16:34:26] INFO: detected process not running, auto restarting Link to comment Share on other sites More sharing options...
judebzy Posted June 20, 2017 Share Posted June 20, 2017 using it has client. server ruining on windows 10 all ready to connect Link to comment Share on other sites More sharing options...
judebzy Posted June 20, 2017 Share Posted June 20, 2017 I tried to use it to start a server. same error Link to comment Share on other sites More sharing options...
Paul Suarez Posted June 21, 2017 Share Posted June 21, 2017 What SSL version do you have currently on your machine @judebzy? Link to comment Share on other sites More sharing options...
judebzy Posted June 21, 2017 Share Posted June 21, 2017 how do I check it ? I know that libssl1.0.2 is installed Link to comment Share on other sites More sharing options...
Paul Suarez Posted June 21, 2017 Share Posted June 21, 2017 @judebzy Can you try compiling from source on Kali? You can use v1.9 from Download Synergy 1.9-rc3 (Fixes the macOS WiFi lag bug) forums thread. Link to comment Share on other sites More sharing options...
judebzy Posted June 21, 2017 Share Posted June 21, 2017 how to fix this ? dpkg -i Synergy_1.9.0~rc3_amd64.deb (Reading database ... 493461 files and directories currently installed.) Preparing to unpack Synergy_1.9.0~rc3_amd64.deb ... Unpacking synergy (1.9.0~rc3) over (1.8.8) ... dpkg: dependency problems prevent configuration of synergy: synergy depends on libssl1.0.0 (>= 1.0.0); however: Package libssl1.0.0 is not installed. synergy depends on qml-module-qtquick-controls (>= 5.0.2); however: Package qml-module-qtquick-controls is not installed. synergy depends on qml-module-qtquick-layouts (>= 5.0.2); however: Package qml-module-qtquick-layouts is not installed. synergy depends on qml-module-qtquick-dialogs (>= 5.0.2); however: Package qml-module-qtquick-dialogs is not installed. synergy depends on qml-module-qtquick2 (>= 5.0.2); however: Package qml-module-qtquick2 is not installed. dpkg: error processing package synergy (--install): dependency problems - leaving unconfigured Processing triggers for gnome-menus (3.13.3-9) ... Processing triggers for desktop-file-utils (0.23-1) ... Processing triggers for mime-support (3.60) ... Errors were encountered while processing: synergy Link to comment Share on other sites More sharing options...
judebzy Posted June 21, 2017 Share Posted June 21, 2017 Also I can't find the 1.9 source code Link to comment Share on other sites More sharing options...
judebzy Posted June 21, 2017 Share Posted June 21, 2017 I got this error. ~/synergy# ./hm.sh build [-d] Entering dir: build/release [ 10%] Built target arch [ 11%] Built target common [ 18%] Built target base [ 19%] Built target shared [ 21%] Built target io [ 25%] Built target mt [ 26%] Building CXX object src/lib/net/CMakeFiles/net.dir/SecureSocket.cpp.o /root/synergy/src/lib/net/SecureSocket.cpp: In member function ‘void SecureSocket::showSecureCipherInfo()’: /root/synergy/src/lib/net/SecureSocket.cpp:810:46: error: invalid use of incomplete type ‘SSL {aka struct ssl_st}’ STACK_OF(SSL_CIPHER) * cStack = m_ssl->m_ssl->session->ciphers; ^~ In file included from /usr/include/openssl/crypto.h:31:0, from /usr/include/openssl/comp.h:16, from /usr/include/openssl/ssl.h:47, from /root/synergy/src/lib/net/SecureSocket.cpp:27: /usr/include/openssl/ossl_typ.h:144:16: note: forward declaration of ‘SSL {aka struct ssl_st}’ typedef struct ssl_st SSL; ^~~~~~ src/lib/net/CMakeFiles/net.dir/build.make:134: recipe for target 'src/lib/net/CMakeFiles/net.dir/SecureSocket.cpp.o' failed make[2]: *** [src/lib/net/CMakeFiles/net.dir/SecureSocket.cpp.o] Error 1 CMakeFiles/Makefile2:549: recipe for target 'src/lib/net/CMakeFiles/net.dir/all' failed make[1]: *** [src/lib/net/CMakeFiles/net.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 Going back to: /root/synergy Error: make failed: 512 Link to comment Share on other sites More sharing options...
Eyecre8 Posted June 21, 2017 Author Share Posted June 21, 2017 @Paul Suarez Kali is a free and open source Penetration testing OS found here: https://www.kali.org/ Any chance of you spinning it up and trying to install a copy of synergy on it? Might prove to be quicker than having people inundate you with logs, partial logs, errors etc. Link to comment Share on other sites More sharing options...
judebzy Posted June 26, 2017 Share Posted June 26, 2017 I got it working on the latest Kali Linux finally... Just apt-get install synergy. Compiling never worked for me. Link to comment Share on other sites More sharing options...
Paul Suarez Posted June 26, 2017 Share Posted June 26, 2017 14 hours ago, judebzy said: I got it working on the latest Kali Linux finally... Just apt-get install synergy. Compiling never worked for me. Great @judebzy! Thanks for updating us. I guess that's due to the installer unable to continue on a different SSL version. That's why it worked on the latest Kali Linux. Can you confirm as to what Synergy version you have installed though? Link to comment Share on other sites More sharing options...
Eyecre8 Posted June 26, 2017 Author Share Posted June 26, 2017 Just replicated with @judebzy did. Worked by using apt-get. Synergy version says 1.4.16 Link to comment Share on other sites More sharing options...
Eyecre8 Posted June 26, 2017 Author Share Posted June 26, 2017 Also, be sure to completely remove any previous failed installation of Synergy: apt-get remove --purge Synergy before installing via apt-get, else you might run into a few errors. Link to comment Share on other sites More sharing options...
judebzy Posted June 27, 2017 Share Posted June 27, 2017 Nice. Yeah I think there is problem with SSL version like u said Paul. Synergy Version 1.4.16 as well. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.