
- #INSTALL AND CONFIGURE POSTGRESQL HOW TO#
- #INSTALL AND CONFIGURE POSTGRESQL INSTALL#
- #INSTALL AND CONFIGURE POSTGRESQL FREE#
#INSTALL AND CONFIGURE POSTGRESQL INSTALL#
–without-docdir do not install the documentation.–with-docdir=DIR install the documentation in DIR.–disable-largefile omit support for large files.–enable-thread-safety-force force thread-safety despite thread test failure.–enable-thread-safety make client libraries thread-safe.–enable-cassert enable assertion checks (for debugging).



/./config/install-sh -c pg_regress '/usr/local/pgsql/lib/pgxs/src/test/regress/pg_regress' Make: Entering directory `/usr/save/postgresql-8.3.7/src/test/regress' Make: Leaving directory `/usr/save/postgresql-8.3.7/config'Īll of PostgreSQL successfully made. Make: Entering directory `/usr/save/postgresql-8.3.7/config' Make: Leaving directory `/usr/save/postgresql-8.3.7/src' Make: Leaving directory `/usr/save/postgresql-8.3.7/src/test/regress' Make: Leaving directory `/usr/save/postgresql-8.3.7/contrib/spi' src/makefiles/Makefile.linux to src/Makefile.port src/include/port/linux.h to src/include/pg_config_os.hĬonfig.status: linking. src/backend/port/dynloader/linux.h to src/include/dynloader.hĬonfig.status: linking. src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.cĬonfig.status: linking. src/backend/port/sysv_sema.c to src/backend/port/pg_sema.cĬonfig.status: linking. src/backend/port/dynloader/linux.c to src/backend/port/dynloader.cĬonfig.status: linking. src/backend/port/tas/dummy.s to src/backend/port/tas.sĬonfig.status: linking. # wget Step 2: Install postgreSQL # tar xvfz postgresql-8.3.7.tar.gzĬonfig.status: creating src/Makefile.globalĬonfig.status: creating src/include/pg_config.hĬonfig.status: creating src/interfaces/ecpg/include/ecpg_config.hĬonfig.status: linking.
#INSTALL AND CONFIGURE POSTGRESQL HOW TO#
In this article, let us review how to install postgreSQL database on Linux from source code.įrom the postgreSQL download site, choose the mirror site that is located in your country.
#INSTALL AND CONFIGURE POSTGRESQL FREE#
Similar to mySQL, postgreSQL is very famous and feature packed free and open source database.Įarlier we’ve discussed several installations including LAMP stack installation, Apache2 installation from source, PHP5 installation from source and mySQL installation.
