From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Joseph S <jks(at)selectacast(dot)net> |
Subject: | Re: 8.2beta1 does not compile for me on Solaris 10 |
Date: | 2006-10-10 23:06:39 |
Message-ID: | 200610110106.39861.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> This most likely means that libreadline depends on another shared
> library (termcap maybe?) that isn't installed in your default search
> path; so you'd need to set LD_LIBRARY_PATH or LD_RUN_PATH --- see
> item 3 in our FAQ_Solaris for info. One would think that blastwave's
> documentation for the package would warn about this though.
The link editor looks in different places than the run-time linker, and
that's why you need to give extra help to the run-time linker. It has
nothing to do with readline, termcap, or blastwave.
> I tend to agree with Andrew's solution of installing it in a more
> standard place than /opt/csw ...
That is the standard place.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-10-10 23:06:57 | Re: query optimization with UDFs |
Previous Message | Tom Lane | 2006-10-10 23:01:59 | Re: pg_dump exclusion switches and functions/types |