--prefix=/usr/local/pgsql --enable-nls=euc_kr #[=LANGUAGES] enable Native Language Support --with-perl # build Perl modules (PL/Perl) --with-pam # build with PAM support #--with-openssl=/usr/local/ssl #[=DIR] build with OpenSSL support [/usr/local/ssl] #--enable-multibyte # only 7.2.x # --enable-integer-datetimes enable 64-bit integer date/time support # --enable-recode enable single-byte recode support # --disable-shared do not build shared libraries # --disable-rpath do not embed shared library search path in executables # --enable-debug build with debugging symbols (-g) # --enable-depend turn on automatic dependency tracking # --enable-cassert enable assertion checks (for debugging) # --disable-largefile omit support for large files # --with-pgport=PORTNUM change default port number 5432 # --with-maxbackends=N set default maximum number of connections 32 # --with-tcl build Tcl and Tk interfaces # --without-tk do not build Tk interfaces if Tcl is enabled # --with-tclconfig=DIR tclConfig.sh and tkConfig.sh are in DIR # --with-tkconfig=DIR tkConfig.sh is in DIR # --with-python build Python interface module # --with-java build JDBC interface and Java tools # --with-krb4[=DIR] build with Kerberos 4 support [/usr/athena] # --with-krb5[=DIR] build with Kerberos 5 support [/usr/athena] # --with-krb-srvnam=NAME name of the service principal in Kerberos postgres # --without-readline do not use Readline # --without-zlib do not use Zlib # --with-gnu-ld assume the C compiler uses GNU ld default=no