The version shipped with raspbian not work with owncloud server 8 so I recompiled to arm the client version 2.
Since raspberry pi take long to compile and there are many dependencies to be installed for compile correctly I’ve decided to post here the version already compiled.
First you have to install the version provided by the repository and then overwrite the client with the downloadable version I’ve done
To install from repository you have to do the following:
sudo apt-get update sudo apt-get install owncloud-client
Then download the client compiled and ready to install :Â Client 2.0.2 builded
copy this in /opt
sudo cp owncloud-client-build.tar.bz2 /opt tar xvzf owncloud-client-build.tar.bz2 cd ./client-build make install
In some case you must relink a library to the new one:
rm /usr/lib/arm-linux-gnueabihf/libowncloudsync.so.0 ln -s /usr/local/lib/libowncloudsync.so.2.0.2 /usr/lib/arm-linux-gnueabihf/libowncloudsync.so.0
This is the archive with compiled owncloud ready to install with instrucion wrote above:Â Client 2.0.2 builded
This is the only Owncloud 2.0.1 executable :Â owncloud
Also this the only cmd version:Â owncloudcmd