On Mon, Jul 19, 2010 at 2:36 PM, Zdenek Kotala <zdenek.kot...@sun.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

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to