Ad Widget

Collapse

PHP Database support off Fail PostgreSQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darrensnc
    Junior Member
    • May 2018
    • 5

    #1

    PHP Database support off Fail PostgreSQL

    Hi All

    I have had a search and can find solutions for MySQL but not PostgreSQL
    I also posted this a min ago but it seems to have disappeared and is not showing under my recent posts so if this does duplicate I apologise

    I have the following installed centos 6.9 with PHP5.5, PostgreSQL and Zabbix 3.4 installed

    I have got to the Zabbix front end check of pre-requisites Screen and have two failures (see pic attached)

    these are

    "PHP database support off Fail"
    "PHP mbsting off Fail"

    I have tried to do a YUM install to fix and got the following messages back

    "Package php-mbstring-5.5.38-8.el6.remi.x86_64 already installed and latest version"
    "Package php-pgsql-5.5.38-8.el6.remi.x86_64 already installed and latest version"

    I have done a few Linux installs but am still a novice can any one point me in the right direction to fix this please

    thanks
    regards

    Darren
  • darrensnc
    Junior Member
    • May 2018
    • 5

    #2
    I have now solved this

    I was doing "yum install php-mbstring" and "yum install php-pgsql" and got the above messages

    used "yum search mbstring "

    then "yum install php55-php-mbstring "

    used "yum search pgsql"

    then "yum install php55-php-pgsql"

    then "service httpd restart"

    refreshed the htpps://local.host/zabbix/setup.php

    and all pre-requisites were clear


    Comment

    Working...