Re: PG 9.0 Solaris compile error on Sparc - Mailing list pgsql-bugs

From Dave Page
Subject Re: PG 9.0 Solaris compile error on Sparc
Date
Msg-id AANLkTiketxmHLS7AI_5AtmDGV5seWBYM3bhCZdWnBTD-@mail.gmail.com
Whole thread Raw
In response to Re: PG 9.0 Solaris compile error on Sparc  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-bugs
On Mon, Jul 19, 2010 at 2:36 PM, Zdenek Kotala <Zdenek.Kotala@sun.com> wrot=
e:
>> =A0OpenSSL 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' =3D> '-R/usr/sfw/lib',
> 'LDFLAGS_SL' =3D> '-R/usr/sfw/lib',
> 'TCLSH' =3D> '/usr/sfw/bin/tclsh8.3'
>
> and 'LDFLAGS' =3D> '-R/usr/sfw/lib/64', for 64bit.

Ah, OK - thanks.

>> =A0I'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



--=20
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

pgsql-bugs by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: BUG #5565: ERROR : syntax error at or near ")"
Next
From: Peter Eisentraut
Date:
Subject: Re: PG 9.0 Solaris compile error on Sparc