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

From: Andrew Chernow <ac(at)esilo(dot)com>
To: u235sentinel(at)gmail(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 02:31:03
Message-ID: 4ACD4EE7.8080303@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-10-08 02:41:00 Re: Issues for named/mixed function notation patch
Previous Message Robert Haas 2009-10-08 02:30:57 Re: COPY enhancements