BUG #15254: The configure --with-zlib option ignores zlib custom location

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: mittiprovence(at)yahoo(dot)se
Subject: BUG #15254: The configure --with-zlib option ignores zlib custom location
Date: 2018-06-27 20:52:04
Message-ID: 153013272445.20033.10255441512493423589@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15254
Logged by: Stephane Eybert
Email address: mittiprovence(at)yahoo(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andres Freund 2018-06-27 21:05:51 Re: BUG #15254: The configure --with-zlib option ignores zlib custom location
Previous Message Andres Freund 2018-06-27 20:44:39 Re: could not read block 0 in file : read only 0 of 8192 bytes when doing nasty on immutable index function