|
|
@ -68,13 +68,13 @@ Install_App() |
|
|
|
|
|
|
|
|
|
|
|
if [ ! -d $serverPath/postgresql ];then |
|
|
|
if [ ! -d $serverPath/postgresql ];then |
|
|
|
cd ${postgreDir}/postgresql-${VERSION} && ./configure \ |
|
|
|
cd ${postgreDir}/postgresql-${VERSION} && ./configure \ |
|
|
|
--prefix=$serverPath/postgresql |
|
|
|
--prefix=$serverPath/postgresql \ |
|
|
|
# --with-openssl \ |
|
|
|
--with-openssl |
|
|
|
# --with-pgport=33206 |
|
|
|
# --with-pgport=33206 |
|
|
|
|
|
|
|
|
|
|
|
echo "cd ${postgreDir}/postgresql-${VERSION} && ./configure \ |
|
|
|
echo "cd ${postgreDir}/postgresql-${VERSION} && ./configure \ |
|
|
|
--prefix=$serverPath/postgresql" |
|
|
|
--prefix=$serverPath/postgresql \ |
|
|
|
# --with-openssl \ |
|
|
|
--with-openssl" |
|
|
|
# --with-pgport=33206 |
|
|
|
# --with-pgport=33206 |
|
|
|
make -j${cpuCore} && make install && make clean |
|
|
|
make -j${cpuCore} && make install && make clean |
|
|
|
fi |
|
|
|
fi |
|
|
|