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

From: u235sentinel <u235sentinel(at)gmail(dot)com>
To: Andrew Chernow <ac(at)esilo(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
Date: 2009-10-08 03:09:26
Message-ID: 4ACD57E6.3070904@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Chernow wrote:
> 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
>> Killed
>>
>
> Maybe libpq.so wasn't built with the PIC option (gcc -fPIC, sun
> compiler -Kpic).
>
I'll give that a shot. It's possible.

Thanks for the hint :D

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-10-08 03:11:46 Re: Hot Standby 0.2.1
Previous Message Tom Lane 2009-10-08 03:08:54 Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?