无法在 Cpanel 中为 php 配置 PostgresSQL 扩展

无法在 Cpanel 中为 php 配置 PostgresSQL 扩展

我有一台 Centos 6.6 x86_64 vps 云服务器,带有 WHM 和 cpanel。它包含安装的 easyapache,并且运行良好。php 站点使用它运行良好。我已通过 ssh 在服务器上安装了 PostgresSQL 9.3。

现在,当我将项目转移到服务器时,我无法连接到我的 postgres 数据库,因为它说php_pgsql服务器上未安装 php 扩展。

我检查了 WHM(easyapache 更新选项),发现php_pgsql已安装并选中。但是当我 php -m通过 ssh 在命令行中输入:时,它没有显示,这php_pgsql意味着该服务未安装。

由于安装了 Cpanel,我无法通过 yum 安装扩展,因为yum install php-pgsql*说未找到包。

我认为问题在于我没有使用/script/installpostgrescpanel 提供的脚本来安装 postgres 服务器。我不想安装它,因为我需要 9.3 版的 postgres,而 cpanel 不提供该版本,因为它仅支持 Linux 发行版为该版本提供的版本。

更多来自https://features.cpanel.net/topic/support-postgres-93-and-above_2我知道 cpanel 不支持 postgres-9.3

有什么方法可以将我手动安装的 Postgres 9.3 连接到 php 或者有什么方法可以通过 cpanel 安装支持 php 的 postgres 9.3。

谢谢,Vivek

相关内容