pyOwnCloud icon indicating copy to clipboard operation
pyOwnCloud copied to clipboard

Could not find shared library libocsync

Open giovi321 opened this issue 10 years ago • 5 comments

I successfully installed pyOwnCloud, but as soon as I try to run it, I get the following error:

GC01SRVR /home/programmi/pyOwnCloud # oclient root-DEBUG: Keyring not available root-DEBUG: ProgressBar not available csync.csynclib.pre-CRITICAL: Could not find shared library libocsync root-CRITICAL: Could not find shared library libocsync

If I try to install libocsync I get a message telling me that the package has been changed to libowncloudsync0. If I install libowncloudsync0, I get the same error from pyOwnCloud.

Running Debian 7.0 Wheezy.

giovi321 avatar Jul 01 '14 10:07 giovi321

Same.

piotrkowalczuk avatar Jun 29 '15 11:06 piotrkowalczuk

This is because this software isn't tied to the newest library. someone will need to update this code to tie into the newest library. The other option is to downgrade your library. I don't have the time at this point to upgrade to the latest library, sadly.

csawyerYumaed avatar Jul 02 '15 18:07 csawyerYumaed

I'm wondering how large the change is between ocsync0 and the latest owncloudclientsync0 libraries. Could you point me to where I could find info on this? If it is within my reach, I may try to update the lib.

achennu avatar Dec 21 '15 14:12 achennu

just view the source. It would probably make sense to try and use cffi or some new coolness instead of swig or whatever that I used. to link to the C library.

csawyerYumaed avatar Dec 21 '15 15:12 csawyerYumaed

The official owncloud client has a cmd line version now: https://doc.owncloud.org/desktop/2.1/advancedusage.html

csawyerYumaed avatar Dec 23 '15 18:12 csawyerYumaed