Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems? - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
Date
Msg-id 4ACD4EE7.8080303@esilo.com
Whole thread Raw
In response to postgres 8.3.8 and Solaris 10_x86 64 bit problems?  (u235sentinel <u235sentinel@gmail.com>)
Responses Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
List pgsql-hackers
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).

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Concurrency testing
Next
From: Tom Lane
Date:
Subject: Re: Issues for named/mixed function notation patch