Installing Moodle in Fedora 24

Re: Installing Moodle in Fedora 24

by pete moodle -
Number of replies: 1

Slowly getting there. Need to figure out how to update MySQL and phpmyAdmin




And what's with all the php extension errors?










In reply to pete moodle

Re: Installing Moodle in Fedora 24

by Jean-Marc Roy -

FIRST RED TAG:
To get mariadb 3.7.15 use the link

      http://www.if-not-true-then-false.com/2010/install-mysql-on-fedora-centos-red-hat-rhel/

basically if you have already install the older version

  dnf install https://dev.mysql.com/get/mysql57-community-release-fc24-8.noarch.rpm

  dnf install mysql-community-server
  systemctl start mysqld.service 
  systemctl enable mysqld.service

the database should be preserved.

SECOND RED TAG

Ken Task has already answered. This is what worked for me.

 dnf install php-zipstream.noarch
 dnf install php-pecl-zip.x86_64

use 
  php -m

to check that zip is in the list

 vi /etc/php.ini
 :/Module Setting/       back up a few line to find the extension and add

  extension=zip.so
 :wq

  apachectl configtest
  apachectl restart
  apachectl status httpd.service

If you have place the phpinfo on cgi-bin run

 localhost/cgi-bin/phpinfo.php

and check that you have an entry for zip