Hi, I am running CWP 0.9.8.1148 on CentOS Linux release 7.9.2009 (Core) OS. I have Installed PHP Version 8.0.0 and uncommented the following in PHP.ini Configuration; I also On the toggled button (pgsql, pdo-pgsql) while installing PHP 8
extension=pdo_pgsql
extension=pgsql
I also installed PostgreSQL 13.9 from PostgreSQL Manager. I restarted the Apache and PostgreSQL, but phpPgAdmin did not appear, so I Googled and found the following script;
sh /scripts/install_phpPgAdmin
After running the above, the phpPgAdmin appeared in CWP. But When I click on it, I get the following error;
Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.
After that, I went back to CWP Apache Re-Build and added "--with-pgsql" under
Additional configuration (only for advanced users): and started the compiler in Background. Once the compiler finished, I restarted Apache and PostgreSQL as well as rebooted the whole server, but still I am getting the following error;
Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.
I Googled a lot but could not find any resolution; I tried everything I mentioned above and found it here on the CWP forum.
I shall be thankful if someone could assist in this regard.