| From: | John R Pierce <pierce(at)hogranch(dot)com> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #14292: Error in installing the postgresql 9.3 |
| Date: | 2016-08-24 14:49:39 |
| Message-ID: | 499940fb-2540-b7de-c860-724eb7eabb0e@hogranch.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On 8/24/2016 12:56 AM, kashyap(dot)nagendra(at)xerox(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Yogesh Sharma | 2016-08-24 17:12:40 | Re: BUG #14229: pg_config missing from postgresql95-devel |
| Previous Message | Kevin Grittner | 2016-08-24 14:19:21 | Re: BUG #14292: Error in installing the postgresql 9.3 |