Tiny Core Linux
Tiny Core Extensions => TCE Talk => Extension requests => Topic started 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!
-
Hi sharicov
(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.
-
@Rick Thanks a lot, just copied libodbc.so to libodbc.so.1 and php started working.
-
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.
-
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
-
Hi sharicov
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.
-
the point is that libodbc.so exists in the system, there are no libodbc.s0.1 or link to it...
-
Hi sharicov
Sorry, you should request that the php extension be updated to look for the newer lib.
-
Done. Thanks a lot for your support!
-
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
-
Hi pade
Is this what you are looking for:
http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/src/php5/
-
has someone managed to get it working ?