TheLordOfDarkness Posted November 19, 2017 Share Posted November 19, 2017 I am unable to install synergy(newest version): sudo dpkg -i ~/Downloads/synergy_2.0.1.stable-b1034+59dd93a0_amd64.deb [sudo] password for mikhail: Selecting previously unselected package synergy. (Reading database ... 177323 files and directories currently installed.) Preparing to unpack .../synergy_2.0.1.stable-b1034+59dd93a0_amd64.deb ... Unpacking synergy (2.0.1.stable~b1034+59dd93a0) ... dpkg: dependency problems prevent configuration of synergy: synergy depends on libssl1.0.0 (>= 1.0.0); however: Package libssl1.0.0 is not installed. dpkg: error processing package synergy (--install): dependency problems - leaving unconfigured Processing triggers for mime-support (3.60) ... Errors were encountered while processing: synergy Link to comment Share on other sites More sharing options...
Robert Holak Posted November 20, 2017 Share Posted November 20, 2017 After you get that dpkg error above, run: sudo apt-get -f install That will fill in the dependencies and finish configuring the synergy deb. Link to comment Share on other sites More sharing options...
yok Posted November 21, 2017 Share Posted November 21, 2017 I am having a similar problem on Kali apt install ./synergy_2.0.1.stable-b1034+59dd93a0_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'synergy' instead of './synergy_2.0.1.stable-b1034+59dd93a0_amd64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: synergy : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable E: Unable to correct problems, you have held broken packages. followed by the solution above sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I do seem to have a compatible package installed though: apt search libssl1 Sorting... Done Full Text Search... Done libssl1.0-dev/kali-rolling 1.0.2m-3 amd64 Secure Sockets Layer toolkit - development files libssl1.0.2/kali-rolling,now 1.0.2m-3 amd64 [installed] Secure Sockets Layer toolkit - shared libraries libssl1.1/kali-rolling,now 1.1.0g-2 amd64 [installed] Secure Sockets Layer toolkit - shared libraries Link to comment Share on other sites More sharing options...
Martin Fürholz Posted December 6, 2017 Share Posted December 6, 2017 On 21.11.2017 at 1:46 PM, yok said: I am having a similar problem on Kali apt install ./synergy_2.0.1.stable-b1034+59dd93a0_amd64.deb Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'synergy' instead of './synergy_2.0.1.stable-b1034+59dd93a0_amd64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: synergy : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable E: Unable to correct problems, you have held broken packages. followed by the solution above sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I do seem to have a compatible package installed though: apt search libssl1 Sorting... Done Full Text Search... Done libssl1.0-dev/kali-rolling 1.0.2m-3 amd64 Secure Sockets Layer toolkit - development files libssl1.0.2/kali-rolling,now 1.0.2m-3 amd64 [installed] Secure Sockets Layer toolkit - shared libraries libssl1.1/kali-rolling,now 1.1.0g-2 amd64 [installed] Secure Sockets Layer toolkit - shared libraries Exact same issue here! Link to comment Share on other sites More sharing options...
Cirpe03 Posted December 8, 2017 Share Posted December 8, 2017 I use also Synergy 2 on Debian 9 and I had to install the package from here: https://packages.debian.org/jessie/amd64/libssl1.0.0/download After that, it was working. Link to comment Share on other sites More sharing options...
yok Posted December 10, 2017 Share Posted December 10, 2017 On 12/8/2017 at 11:17 PM, Cirpe03 said: I use also Synergy 2 on Debian 9 and I had to install the package from here: https://packages.debian.org/jessie/amd64/libssl1.0.0/download After that, it was working. Do you have both 1.0.0 and 1.0.2 [the version included in Debian 9 ] running on the same system? Link to comment Share on other sites More sharing options...
Cirpe03 Posted December 10, 2017 Share Posted December 10, 2017 Yes Link to comment Share on other sites More sharing options...
Yggdrasil Posted December 19, 2017 Share Posted December 19, 2017 On 12/8/2017 at 4:17 PM, Cirpe03 said: I use also Synergy 2 on Debian 9 and I had to install the package from here: https://packages.debian.org/jessie/amd64/libssl1.0.0/download After that, it was working. That site worked like a charm, Thank you! Link to comment Share on other sites More sharing options...
omegadraconis Posted January 8, 2018 Share Posted January 8, 2018 Debian 9 stretch is using openssl1.1 and hence includes libssl1.1 not a libssl1.0.x. I presume the package is check for version >= 1.0.x and also that libssl1.1 may not be compatible. Could we get a synergy package that is updated to work with openssl 1.1? Link to comment Share on other sites More sharing options...
johnc Posted January 11, 2018 Share Posted January 11, 2018 Same issue on Kali 2 - have same versions as Martin Fürholz a resolution be greatly appreciated as Synergy is a awesome tool! Link to comment Share on other sites More sharing options...
jayumid Posted January 17, 2018 Share Posted January 17, 2018 On 12/8/2017 at 4:17 PM, Cirpe03 said: I use also Synergy 2 on Debian 9 and I had to install the package from here: https://packages.debian.org/jessie/amd64/libssl1.0.0/download After that, it was working. I can also confirm that this site works with a fresh install of Debian 9. Synergy now works like a charm. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.