Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Raspberry Owncloud Client compiled ver.2.0.1

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

Tags: linux, owncloud, ROM


This post first appeared on ]-[iÐaßa, please read the originial post: here

Share the post

Raspberry Owncloud Client compiled ver.2.0.1

×

Subscribe to ]-[iÐaßa

Get updates delivered right to your inbox!

Thank you for your subscription

×