From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com> |
Cc: | Pg Bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: PG 9.0 Solaris compile error on Sparc |
Date: | 2010-07-19 13:40:02 |
Message-ID: | AANLkTiketxmHLS7AI_5AtmDGV5seWBYM3bhCZdWnBTD-@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Mon, Jul 19, 2010 at 2:36 PM, Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com> wrote:
>> OpenSSL fails, due to
>> lack of libcryto, and TCL seems to fail due to lack of headers (though
>> I didn't look very hard).
>
> You need to set RPATH. Openssl is in /usr/sfw/lib (/usr/sfw/lib/64)
>
> You need this for 32bit
> 'LDFLAGS' => '-R/usr/sfw/lib',
> 'LDFLAGS_SL' => '-R/usr/sfw/lib',
> 'TCLSH' => '/usr/sfw/bin/tclsh8.3'
>
> and 'LDFLAGS' => '-R/usr/sfw/lib/64', for 64bit.
Ah, OK - thanks.
>> I'm assuming these issues are largely due to
>> my inexperience with Solaris, or are there some development packages
>> or similar I should be downloading?
>
> No you need only compiler and full Solaris 10 installation.
And knowledge of the odd places these things end up in on Solaris :-p
--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2010-07-19 15:00:27 | Re: PG 9.0 Solaris compile error on Sparc |
Previous Message | Kevin Grittner | 2010-07-19 13:37:57 | Re: BUG #5565: ERROR : syntax error at or near ")" |