postgresSQL ビルドオプションの確認
ldap認証を実施するために、ビルドオプションの確認が必要であったため、調査。
pg_configで確認可能だった。
pg_configで確認可能だった。
[root@web-1 data]# /usr/pgsql-9.2/bin/pg_configBINDIR = /usr/pgsql-9.2/binDOCDIR = /usr/share/doc/pgsqlHTMLDIR = /usr/share/doc/pgsqlINCLUDEDIR = /usr/pgsql-9.2/includePKGINCLUDEDIR = /usr/pgsql-9.2/includeINCLUDEDIR-SERVER = /usr/pgsql-9.2/include/serverLIBDIR = /usr/pgsql-9.2/libPKGLIBDIR = /usr/pgsql-9.2/libLOCALEDIR = /usr/pgsql-9.2/share/localeMANDIR = /usr/pgsql-9.2/share/manSHAREDIR = /usr/pgsql-9.2/shareSYSCONFDIR = /etc/sysconfig/pgsqlPGXS = /usr/pgsql-9.2/lib/pgxs/src/makefiles/pgxs.mkCONFIGURE = '--disable-rpath' '--prefix=/usr/pgsql-9.2' '--includedir=/usr/pgsql-9.2/include' '--mandir=/usr/pgsql-9.2/share/man' '--datadir=/usr/pgsql-9.2/share' '--with-perl' '--with-python' '--with-tcl' '--with-tclconfig=/usr/lib64' '--with-openssl' '--with-pam' '--with-krb5' '--with-gssapi' '--with-includes=/usr/include' '--with-libraries=/usr/lib64' '--enable-nls' '--with-ossp-uuid' '--with-libxml' '--with-libxslt' '--with-ldap' '--with-system-tzdata=/usr/share/zoneinfo' '--sysconfdir=/etc/sysconfig/pgsql' '--docdir=/usr/share/doc' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/et' 'CPPFLAGS= -I/usr/include/et'CC = gccCPPFLAGS = -I/usr/include/et -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/includeCFLAGS = -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapvCFLAGS_SL = -fpicLDFLAGS = -L/usr/lib64 -Wl,--as-neededLDFLAGS_EX =LDFLAGS_SL =LIBS = -lpgport -lxslt -lxml2 -lpam -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lcrypt -ldl -lmVERSION = PostgreSQL 9.2.4 |