pyOwnCloud
pyOwnCloud copied to clipboard
Could not find shared library libocsync
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.
Same.
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.
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.
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.
The official owncloud client has a cmd line version now: https://doc.owncloud.org/desktop/2.1/advancedusage.html