Install pdo for postgres Ubuntu

前端 未结 5 428
清歌不尽
清歌不尽 2020-12-02 15:49

I am trying to enable the pdo driver for my php installation, but when I runn the command

./configure --prefix=/usr/local/webserver/php --with-apxs2=/usr/loc         


        
5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-02 16:12

    If you are using PHP 5.6, the command is:

    sudo apt-get install php5.6-pgsql
    

提交回复
热议问题