Re: BUG #14292: Error in installing the postgresql 9.3 - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #14292: Error in installing the postgresql 9.3
Date
Msg-id 499940fb-2540-b7de-c860-724eb7eabb0e@hogranch.com
Whole thread Raw
In response to BUG #14292: Error in installing the postgresql 9.3  (kashyap.nagendra@xerox.com)
List pgsql-bugs
On 8/24/2016 12:56 AM, kashyap.nagendra@xerox.com wrote:
> 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.

yum install zlib-devel readline-devel

but why are you compiling postgres 9.3 and not using the
yum.postgresql.org version ?


--
john r pierce, recycling bits in santa cruz

pgsql-bugs by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: BUG #14292: Error in installing the postgresql 9.3
Next
From: Yogesh Sharma
Date:
Subject: Re: BUG #14229: pg_config missing from postgresql95-devel