Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Chernow <ac(at)esilo(dot)com>
Cc: u235sentinel(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
Date: 2009-10-08 03:08:54
Message-ID: 13990.1254971334@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Chernow <ac(at)esilo(dot)com> writes:
> u235sentinel wrote:
>> So I compiled postgres with Solaris 10 and have problems running it.
>>
>> # ./pg_ctl
>> ld.so.1: pg_ctl: fatal: relocation error: R_AMD64_32: file
>> /usr/local/postgres64/lib/libpq.so.5: symbol (unknown): value
>> 0xfffffd7fff1cf210 does not fit

> Maybe libpq.so wasn't built with the PIC option (gcc -fPIC, sun compiler -Kpic).

That is sort of what the error suggests, all right, but Makefile.solaris
has set up CFLAGS_SL that way for a long time. Perhaps CFLAGS_SL is
getting overridden from somewhere?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message u235sentinel 2009-10-08 03:09:26 Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
Previous Message Jeff Janes 2009-10-08 02:59:24 Re: Concurrency testing