haiwen / seafile-client

Seafile desktop client.
http://seafile.com
Apache License 2.0
471 stars 279 forks source link

seafile-client on Debian Sid #840

Closed ghost closed 7 years ago

ghost commented 7 years ago

The Seafile Client stopped working on Debian Sid. I had a self-compiled version of seafile-client-4.x running (the packaged version did not work), but due probably to upgrades to libopenssl from 1.0.2 to 1.1 it stopped working. It seems seaf-daemon crashes and then you get the generic "transport error" on syncing (you can use the built-in file browser through).

I tried to recompile seafile-client-6.0.0 and all its dependencies, using libssl1.0-dev (for openssl1.0.2) and NOT libssl-dev (which now is for openssl1.1.x). I made the necessary adjustments to all debian/control files.

However, there is no improved performance - the same transport error as before.

ghost commented 7 years ago

All works now, after I managed to also recompile ccnet: https://github.com/haiwen/ccnet/issues/112

On one of my boxes I had to re-sync all folders, but maybe that was because I tried to often to do so without success before. I haven't updated my other box yet, so can't tell if it works smoothly there.

killing commented 7 years ago

The client now compiles on Stretch with both libssl 1.0 and 1.1 without problems.