You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<para> There are also &postgres;-specific options specified, which <emphasis>should not be expressly set</emphasis>, as <application>pg_config</application> should already provide correct values:
119
+
120
+
<itemizedlist>
121
+
<listitem><para> <option>--with-pgbindir</option>=DIR</para> <para> Location of the PostgreSQL postmaster. </para></listitem>
122
+
<listitem><para> <option>--with-pgincludedir</option>=DIR</para> <para> Location of the PostgreSQL headers. </para></listitem>
123
+
<listitem><para> <option>--with-pgincludeserverdir</option>=DIR</para> <para> Location of the PostgreSQL server headers. </para></listitem>
124
+
<listitem><para> <option>--with-pglibdir</option>=DIR</para> <para> Location of the PostgreSQL libs. </para></listitem>
125
+
<listitem><para> <option>--with-pgpkglibdir</option>=DIR</para> <para> Location of the PostgreSQL pkglibs. E.g. plpgsql.so </para></listitem>
126
+
<listitem><para> <option>--with-pgsharedir</option>=DIR</para> <para> Location of the PostgreSQL share dir. E.g. postgresql.conf.sample </para></listitem>
127
+
</itemizedlist></para>
128
+
129
+
</warning>
130
+
90
131
<para>On certain platforms (AIX and Solaris are known to need this;
91
132
Linux does not), the compile of &postgres; must be expressly
92
133
configured with the option <command>--enable-thread-safety</command>
0 commit comments