The following bug has been logged on the website:
Bug reference: 15254
Logged by: Stephane Eybert
Email address: mittiprovence@yahoo.se
PostgreSQL version: 10.4
Operating system: Linux Lubuntu 16.04
Description:
My zlib is being built under the user home directory. So is my postgresql
system.
zlib:
./configure \
--prefix=/home/stephane/programs/install
postgresql:
./configure \
--prefix=/home/stephane/programs/install \
--without-zlib
Not all of us can install outside of our user directory. The postgresql
stands out quite lonely on that.