| From: | Josh Trutwin <josh(at)trutwins(dot)homeip(dot)net> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: [SOLVED] 8.3.6 build error on Debian Lenny |
| Date: | 2009-03-10 17:26:58 |
| Message-ID: | 20090310122658.0bb0d7fd@sinkhole.intrcomm.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, 10 Mar 2009 12:37:21 +0000
Gregory Stark <stark(at)enterprisedb(dot)com> wrote:
> Searching on google it seems this is a typical error message when
> you have a hand-compiled gmp installed locally in /usr/local/lib as
> well as a system gmp installed in /usr/lib. So you may be getting
> one version of libmpfr and a mismatched version of libgmpMPFR. I
> would imagine this could cause problems if one is compiled
> statically and the other dynamically. (Or if they're both static
> but you list them in the wrong order on the command-line.)
Thanks for the pointers Gregory / Richard - I found a rogue gmp
install in /usr/local that was conflicting so removed that and now pg
builds fine.
Josh
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Wenk | 2009-03-10 17:29:50 | Re: bug?: permission denied for schema on "on delete set null" |
| Previous Message | Tom Lane | 2009-03-10 17:12:03 | Re: bug?: permission denied for schema on "on delete set null" |