Re: GCC error and libmpfr.so.4 not found

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: GCC error and libmpfr.so.4 not found
Date: 2015-06-11 19:38:32
Message-ID: 5579E3B8.9060408@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/11/2015 7:20 AM, Asma Riyaz wrote:
> I have seen an earlier post with gcc errors, however I couldn't figure
> out what the actual problem here is: is it that libmpfr.so.4 is not
> found? or gcc needs to be installed fresh?

on RHEL7/CentOS 7, that library is provided by the package mpfr... ask
the ssytem administrator to install...

yum install mpfr

if your host is not providing basic working development tools, you
either need to find a new host, or discuss this with management.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-06-11 19:43:06 Re: Alter column from text[] to uuid[]
Previous Message Asma Riyaz 2015-06-11 19:32:53 Re: GCC error and libmpfr.so.4 not found