postgres与pgpool的安装

来源:互联网 发布:上海软件学院 编辑:程序博客网 时间:2024/05/21 00:49

./configure --prefix=/opt/bjca3/pgpool --with-pgsql=/opt/bjca3/pgsql 

    --with-pgsql-libdir=/opt/bjca3/pgsql/lib/ 

    --with-pgsql-includedir=/opt/bjca3/pgsql/include/  

                    --with-openssl  

                    CFLAGS=-I/opt/bjca3/include LDFLAGS=-L/opt/bjca3/pgsql/lib


./configure --prefix=/opt/bjca3/pgsql --with-libraries=/opt/bjca3/lib 

                    --with-includes=/opt/bjca3/include/ 

    --with-openssl
0 0