Re: [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues.
Дата
Msg-id 9382.1107229508@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues.  (Rolf Sponsel <Rolf.Sponsel@kstr.lth.se>)
Ответы Re: [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris. Configure and install issues.  (Peter Eisentraut <peter_e@gmx.net>)
Re: [Feed-back] Installing PostgreSQL 8.0.0 on SPARC/Solaris.  (Rolf Sponsel <Rolf.Sponsel@kstr.lth.se>)
Список pgsql-bugs
Rolf Sponsel <Rolf.Sponsel@kstr.lth.se> writes:
>  From my understanding, the preferred way
> for Solaris is to only set LD_RUN_PATH,
> and avoid setting LD_LIBRARY_PATH, at
> link-time. This is what I usually do.

No, the preferred thing is to set -rpath within the executable, which
we do already (see Makefile.solaris).  It's possible that you need to
modify rpathdir to include /usr/local/ssl/lib and /usr/local/lib,
but I'd think that indicates fairly serious brain damage in Solaris'
runtime loader.  We have many other Solaris users and none of them
have complained of this, so I wonder if you don't have something
misconfigured.

> 1). If I run './configure --with-pam --with-ssl' with
>      LD_RUN_PATH = '/usr/local/ssl/lib:/usr/local/lib'
>      configure will fail to find the ssl libs, if I do
>      not have LD_LIBRARY_PATH set.

See configure's --with-libraries option.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Matthew Wakeling
Дата:
Сообщение: Bad planner decision in Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1453: NULLs in UNION query