您的位置:首页 > 其它

关于pgpool

2013-11-03 14:59 465 查看
yum -y install gcc

安装gcc编译器



make: *** No targets specified and no makefile found. Stop.解决方法

1、wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz

2.、tar zxvf ncurses-5.6.tar.gz

3、 ./configure -prefix=/usr/local -with-shared -without-debug

4、make

5、make install



mkdir var/run/ pgpool temp



postgtres9.1以上直接用create extension dblink;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: