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

From: Asif Naeem <anaeem(dot)it(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Asma Riyaz <asmariyaz23(at)gmail(dot)com>, Jimmy Yih <jyih(at)pivotal(dot)io>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: GCC error and libmpfr.so.4 not found
Date: 2015-06-11 20:18:09
Message-ID: CAEB4t-P=rrq+-mD_oY6D6EYqC1ySVGvvAzE4niuZx3HNBfC-gQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jun 12, 2015 at 12:29 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Asma Riyaz <asmariyaz23(at)gmail(dot)com> writes:
> > in bashrc:-
>
> > LD_LIBRARY_PATH=/seq/annotation/bio_tools/BOOST/boost_1_46_1/lib
>
> > LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/seq/regev_genome_portal/lib
>
> If you didn't have an "export LD_LIBRARY_PATH" in there, I don't
> think this would do anything.
>
> But your real problem is you have a broken gcc installation. Basic
> tools like that should not need a custom LD_LIBRARY_PATH to work.
>

+1, don't jump directly to complex script like PG configure, fix your gcc
installation first and test it with hello world c program.

>
> regards, tom lane
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Keith Rarick 2015-06-11 21:52:19 Re: Alter column from text[] to uuid[]
Previous Message Tom Lane 2015-06-11 19:56:55 Re: Alter column from text[] to uuid[]