I am trying to install Flarum with nginx and php 7.1.9. The installation page was launched but it said :
The PHP extension 'gd' is required.
The PHP extension 'mbstring' is required.
The PHP extension 'openssl' is required.
The PHP extension 'pdo_mysql' is required.
I compiled and installed php on Fedora 28 by :
./configure --enable-fpm --with-mysqli --with-openssl --enable-mbstring -with-curl --with-gd --with-pdo-mysql
and run php -m I got:
[PHP Modules]
Core
ctype
curl
date
dom
fileinfo
filter
gd
hash
iconv
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
Reflection
session
SimpleXML
SPL
sqlite3
standard
tokenizer
xml
xmlreader
xmlwriter
[Zend Modules]
Someone help, please. I have spent hourse on this.
Thanks