ontheweblobi.blogg.se

Install and configure postgresql
Install and configure postgresql







  1. #INSTALL AND CONFIGURE POSTGRESQL HOW TO#
  2. #INSTALL AND CONFIGURE POSTGRESQL INSTALL#
  3. #INSTALL AND CONFIGURE POSTGRESQL FREE#

  • –with-gnu-ld assume the C compiler uses GNU ld.
  • –with-system-tzdata=DIR use system time zone data in DIR.
  • –with-libxslt use XSLT support when building contrib/xml2.
  • –with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp.
  • –with-libedit-preferred prefer BSD Libedit over GNU Readline.
  • –without-readline do not use GNU Readline nor BSD Libedit for editing.
  • –with-openssl build with OpenSSL support.
  • –with-bonjour build with Bonjour support.
  • –with-krb-srvnam=NAME default service principal name in Kerberos.
  • –with-krb5 build with Kerberos 5 support.
  • –with-python build Python modules (PL/Python).
  • –with-perl build Perl modules (PL/Perl).
  • –with-tclconfig=DIR tclConfig.sh is in DIR.
  • –with-pgport=PORTNUM change default port number.
  • –with-libs=DIRS alternative spelling of –with-libraries.
  • –with-libraries=DIRS look for additional libraries in DIRS.
  • –with-includes=DIRS look for additional header files in DIRS.
  • #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).

    install and configure postgresql

  • –enable-depend turn on automatic dependency tracking.
  • –enable-dtrace build with DTrace support.
  • –enable-profiling build with profiling enabled.
  • –enable-debug build with debugging symbols (-g).
  • –disable-spinlocks do not use spinlocks.
  • –disable-rpath do not embed shared library search path in executables.
  • –disable-shared do not build shared libraries.
  • –enable-nls enable Native Language Support.
  • –enable-integer-datetimes enable 64-bit integer date/time support.
  • Default installation location is /usr/local/pgsql
  • –prefix=PREFIX install architecture-independent files in PREFIX.
  • configure optionsįollowing are various options that can be passed to the. mkinstalldirs '/usr/local/pgsql/lib/pgxs/config/mkinstalldirs' install-sh '/usr/local/pgsql/lib/pgxs/config/install-sh'

    install and configure postgresql

    install and configure postgresql

    /./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.









    Install and configure postgresql