Changes

From Amahi Wiki
Jump to: navigation, search
m
no edit summary
The following libraries also need to be installed:
{| style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000; padding: 1px"
|-
! style="text-align:center; background:#BFBFBF; border-style: solid; border-width: 0 1px 1px 0"| Name
! style="text-align:center; background:#BFBFBF; border-style: solid; border-width: 0 0 1px 0"| Description
|-
| style="border-style: solid; border-width: 1px" | pcre
| style="border-style: solid; border-width: 1px" | Perl-compatible regular expression library.
|-
| style="border-style: solid; border-width: 1px" | libzip
| style="border-style: solid; border-width: 1px" | C library for reading, creating, and modifying zip archives.
|-
| style="border-style: solid; border-width: 1px" | zlib
| style="border-style: solid; border-width: 1px" | zlib compression and decompression library.
|-
| style="border-style: solid; border-width: 1px" | curl
| style="border-style: solid; border-width: 1px" | Command line tool for transfering data.
|-
| style="border-style: solid; border-width: 1px" | libcurl
| style="border-style: solid; border-width: 1px" | A library for getting files from web servers.
|}
<br/>
Install PHP the libraries:
<blockquote>{{Code|yum install pcre libzip zlib curl libcurl}}
</blockquote>
====Create ownCloud Database and User ID====