cd php-5.3.3

cd ext/pgsql

/usr/bin/phpize

./configure --prefix=/usr --with-pgsql=shared,/usr/pgsql-9.0 --with-php-config=/usr/bin/php-config

make

make install

cd ..

cd pdo_pgsql

/usr/bin/phpize

./configure --prefix=/usr --with-pdo-pgsql=shared,/usr/pgsql-9.0 --with-php-config=/usr/bin/php-config

make

make install

重启web服务器就可以看到psql9.01的连接器已经安装好了

 

 


编译最新的PHP模块(Postgresql9.01)

相关文章:

  • 2021-12-11
  • 2021-11-19
  • 2021-05-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-12-04
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-05-25
  • 2022-02-26
  • 2021-06-22
相关资源
相似解决方案