From: Mikael Nordfeldth Date: Wed, 19 Nov 2014 13:53:51 +0000 (+0100) Subject: openssl is a required extension (OAuth and OStatus) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a83e20add943d9323357e338de693780db16e8da;p=quix0rs-gnu-social.git openssl is a required extension (OAuth and OStatus) --- diff --git a/INSTALL b/INSTALL index fad7f33a7c..d1d5722e7b 100644 --- a/INSTALL +++ b/INSTALL @@ -18,6 +18,7 @@ run correctly. Your PHP installation must include the following PHP extensions for a functional setup of GNU Social: +- openssl (compiled in for Debian, enabled manually in Arch Linux) - php5-curl Fetching files by HTTP. - php5-gd Image manipulation (scaling). - php5-gmp For Salmon signatures (part of OStatus).