WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Owncloud on Tiny Core  (Read 5099 times)

Offline sharicov

  • Newbie
  • *
  • Posts: 9
Owncloud on Tiny Core
« on: June 29, 2012, 06:26:30 AM »
Was anyone able to run owncloud server (owncloud.org) on Tiny Core Linux 4.5.X?
php part not working for me yet (receiving libodbc.so.1 not found error), but previously I was able to run owncloud partially on TC 4.3 (all images didn't appear).
It would be great to run owncloud server in virtual machine with lighttpd!
« Last Edit: June 29, 2012, 06:42:42 AM by sharicov »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11257
Re: Owncloud on Tiny Core
« Reply #1 on: June 29, 2012, 07:36:21 AM »
Hi sharicov
Quote
(receiving libodbc.so.1 not found error)
I don't see  libodbc.so.1  in the repository though  libodbc.so.2  is available in  libiodbc.tcz  and  unixODBC.tcz.
You could try installing one of those and creating a  libodbc.so.1  link that points to  libodbc.so.2  and see if that works.

Offline sharicov

  • Newbie
  • *
  • Posts: 9
Re: Owncloud on Tiny Core
« Reply #2 on: June 29, 2012, 03:38:37 PM »
@Rick Thanks a lot, just copied libodbc.so to libodbc.so.1 and php started working.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11257
Re: Owncloud on Tiny Core
« Reply #3 on: June 29, 2012, 05:26:26 PM »
Hi sharicov
Personally, I would have created a link rather than copying the file. With a link, you or someone else at a later
point of time can tell that you are using a newer library where an older one was expected. By copying, it will
appear that the older library is actually there.

Offline sharicov

  • Newbie
  • *
  • Posts: 9
Re: Owncloud on Tiny Core
« Reply #4 on: June 30, 2012, 09:55:06 AM »
I agree with you absolutely, I am just experimenting yet. Anyway I think this link should be created automatically upon php5 package installation.
How can I report it so link will be included in the php5 package?
Also, I still getting owncloud in pure text with no images. Where can download required php modules .so without compiling them?
I need:
php5-json
php-xml
php-mbstring
php5-curl
php-pdo

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11257
Re: Owncloud on Tiny Core
« Reply #5 on: June 30, 2012, 10:08:44 AM »
Hi sharicov
Quote
How can I report it so link will be included in the php5 package?
You can go to Extension Requests and request that  libiodbc.tcz  and/or  unixODBC.tcz  be updated to a
later version. Include a link back to this thread.

Offline sharicov

  • Newbie
  • *
  • Posts: 9
Re: Owncloud on Tiny Core
« Reply #6 on: June 30, 2012, 11:36:03 AM »
the point is that libodbc.so exists in the system, there are no libodbc.s0.1 or link to it...

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11257
Re: Owncloud on Tiny Core
« Reply #7 on: June 30, 2012, 12:29:26 PM »
Hi sharicov
Sorry, you should request that the php extension be updated to look for the newer lib.

Offline sharicov

  • Newbie
  • *
  • Posts: 9
Re: Owncloud on Tiny Core
« Reply #8 on: July 01, 2012, 03:50:28 AM »
Done. Thanks a lot for your support!

Offline pade

  • Newbie
  • *
  • Posts: 1
Re: Owncloud on Tiny Core
« Reply #9 on: October 12, 2012, 11:23:06 AM »
Hi,
I am also trying to get owncloud to work. I have setup nginx and stumbled across missing zip support. I am trying to compile php on tinycore again with additional --enable-zip flag and was wondering where to find php5.tcz.build-dep or any documentation about the used flags. Can someone point me to these documents?
Thanks in advance!
pade

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11257
Re: Owncloud on Tiny Core
« Reply #10 on: October 12, 2012, 01:32:21 PM »

Offline cutec_chris

  • Newbie
  • *
  • Posts: 1
Re: Owncloud on Tiny Core
« Reply #11 on: February 10, 2013, 08:55:56 AM »
has someone managed to get it working ?