summaryrefslogtreecommitdiffstats
path: root/README.appimage.rst
diff options
context:
space:
mode:
authorMark Wong <mark@2ndQuadrant.com>2020-08-05 17:59:17 -0700
committerMark Wong <mark@2ndQuadrant.com>2020-08-05 18:06:07 -0700
commit305a1217e34c68aca98d79abbad7ad42de80e386 (patch)
tree076d15a7344f53a6998c85b82d0c6a8348421423 /README.appimage.rst
parente104e3e4b9a7ed17fc6588481b3776ec26b78e85 (diff)
Update AppImage notes
Configure PostgreSQL using --with-openssl flag to build libpq library such that pg_top can use SSL connections from the AppImage.
Diffstat (limited to 'README.appimage.rst')
-rw-r--r--README.appimage.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.appimage.rst b/README.appimage.rst
index 9da3ce1..a730bc6 100644
--- a/README.appimage.rst
+++ b/README.appimage.rst
@@ -25,7 +25,8 @@ environment.
At the time of this document, PostgreSQL 10 was configured with the following
options::
- ./configure --without-ldap --without-readline --without-zlib --without-gssapi
+ ./configure --without-ldap --without-readline --without-zlib \
+ --without-gssapi --with-openssl
Don't forget you may have to set both PATH and LD_LIBRARY_PATH appropriately
depending on where the custom build of PostgreSQL is installed.