Jump to content

Synergy not starting on Kali Linux


Eyecre8

Recommended Posts

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

  • 2 months later...

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

  • 2 weeks later...
  • 3 weeks later...

/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

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

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

@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

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

Paul Suarez
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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...