MyBB Community Forums

Full Version: install of MyBB 1.8 on CentOS 7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I am trying to install MyBB 1.8.24 on CentOS 7.8 with PostgreSQL support, and currently have only one outstanding item on the installer's "Requirements Check":

Supported DB Extensions: None

Here are the packages that I have installed on the MyBB Server:

  1. yum -y install httpd httpd-tools
  2. yum -y install epel-release
  3. yum -y --enablerepo=remi-php74 install php php-bcmath php-cli php-common php-gd php-intl php-ldap php-mbstring php-pear php-soap php-xml php-xmlrpc php-zip php74-php-pgsql

Also noting that I didn't install postgresql server packages on the same machine since I will have it on a different server.

Am I missing any php-"database" related package still?

Thanks,
--csdev