Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: sharicov on June 29, 2012, 09:26:30 AM

Title: Owncloud on Tiny Core
Post by: sharicov on June 29, 2012, 09: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!
Title: Re: Owncloud on Tiny Core
Post by: Rich on June 29, 2012, 10: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.
Title: Re: Owncloud on Tiny Core
Post by: sharicov on June 29, 2012, 06:38:37 PM
@Rick Thanks a lot, just copied libodbc.so to libodbc.so.1 and php started working.
Title: Re: Owncloud on Tiny Core
Post by: Rich on June 29, 2012, 08: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.
Title: Re: Owncloud on Tiny Core
Post by: sharicov on June 30, 2012, 12:55:06 PM
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
Title: Re: Owncloud on Tiny Core
Post by: Rich on June 30, 2012, 01:08:44 PM
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.
Title: Re: Owncloud on Tiny Core
Post by: sharicov on June 30, 2012, 02:36:03 PM
the point is that libodbc.so exists in the system, there are no libodbc.s0.1 or link to it...
Title: Re: Owncloud on Tiny Core
Post by: Rich on June 30, 2012, 03:29:26 PM
Hi sharicov
Sorry, you should request that the php extension be updated to look for the newer lib.
Title: Re: Owncloud on Tiny Core
Post by: sharicov on July 01, 2012, 06:50:28 AM
Done. Thanks a lot for your support!
Title: Re: Owncloud on Tiny Core
Post by: pade on October 12, 2012, 02:23:06 PM
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
Title: Re: Owncloud on Tiny Core
Post by: Rich on October 12, 2012, 04:32:21 PM
Hi pade
Is this what you are looking for:
http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/src/php5/
Title: Re: Owncloud on Tiny Core
Post by: cutec_chris on February 10, 2013, 11:55:56 AM
has someone managed to get it working ?