Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 558370 - x11-misc/synergy-1.7.4 version bump
Summary: x11-misc/synergy-1.7.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 22:13 UTC by John Stile
Modified: 2015-09-03 06:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Stile 2015-08-21 22:13:56 UTC
New version of synergy is released.
Comment 1 William L. Thomson Jr. 2015-09-01 23:17:57 UTC
Really need to get this bumped, 1.7.3 is the WORST version of synergy ever! No clue what is going on but to many times daily synergys and synergyc lose sync or something. I have to kill and restart one or the other, sometimes both. I NEVER had this problem with any prior version of synergy. Really wish 1.7.1 was left in tree as 1.7.3 is very unstable. I have ran synergy many years without issues like I am experiencing many times a day...
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-09-02 04:45:29 UTC
1.7.4 is in the tree.
Comment 3 William L. Thomson Jr. 2015-09-02 19:00:16 UTC
Thank you very much!
Comment 4 John Stile 2015-09-03 01:18:03 UTC
I can run this as the server, as long as I tell the client to disable SSL encryption.

Runnign the server with nothing special:
synergys  --config ~/.synergy.conf --daemon --plugin-dir ~/.synergy/plugins

my ~/.synergy/plugins contains libns.so, which I downloaded from the synergy site.

ldd ~/.synergy/plugins/libns.so |grep 'not found'
  libssl.so.10 => not found
  libcrypto.so.10 => not found

https://github.com/synergy/synergy/issues/4890 says I need to hack symlinks.
 ln -s /usr/lib64/libcrypto.so.0.9.8 /usr/lib64/libcrypto.so.10
 ln -s /usr/lib64/libssl.so.0.9.8 /usr/lib64/libssl.so.10

This allows ssl to work but it makes me feel dirty.

Is there some way to build libns.so against the system libs as part of the install?
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2015-09-03 06:18:29 UTC
(In reply to John Stile from comment #4)
> I can run this as the server, as long as I tell the client to disable SSL
> encryption.

That's bug #550692.