BUG #14292: Error in installing the postgresql 9.3

From: kashyap(dot)nagendra(at)xerox(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14292: Error in installing the postgresql 9.3
Date: 2016-08-24 07:56:19
Message-ID: 20160824075619.15674.41852@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: 14292
Logged by: nagendra kashyap
Email address: kashyap(dot)nagendra(at)xerox(dot)com
PostgreSQL version: 9.3.14
Operating system: RHEL7
Description:

While configuring postgresql 9.3 we received below errors.
**********************************
configure: error: readline library not
found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper
directory.
Use --without-readline to disable readline support
***********************************
configure: error: zlib library not found
If you have zlib already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper
directory.
Use --without-zlib to disable zlib support.
***********************************
So we had to use below configuration command.
*************************************
./configure --mandir=/u01/Database/PostgreSQL/9.3/man
--prefix=/u01/Database/PostgreSQL/9.3 --without-readline --without-zlib
**************************************
But I believe there would be some issue in the future if we disable zlib. So
could you please if we can reconfigure the postgresql with zlib with out
disturbing the existing system or should be reinstall the database?

Please let us know.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rick Otten 2016-08-24 10:19:32 Re: BUG #14290: materialized view refresh doesn't use temp_tablespace
Previous Message Michael Paquier 2016-08-24 07:47:17 Re: BUG #14290: materialized view refresh doesn't use temp_tablespace