BUG #15254: The configure --with-zlib option ignores zlib customlocation - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15254: The configure --with-zlib option ignores zlib customlocation
Date
Msg-id 153013272445.20033.10255441512493423589@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #15254: The configure --with-zlib option ignores zlib customlocation  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
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.


pgsql-bugs by date:

Previous
From: Jeff Janes
Date:
Subject: Re: BUG #15253: DROP/select/update query waiting for pg_dump
Next
From: Andres Freund
Date:
Subject: Re: BUG #15254: The configure --with-zlib option ignores zlib customlocation