Re: RPATH issue with libpq on Solaris 8 (gcc)

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема Re: RPATH issue with libpq on Solaris 8 (gcc)
Дата
Msg-id 20071105132004.GB21553@it.is.rice.edu
обсуждение исходный текст
Ответ на Re: RPATH issue with libpq on Solaris 8 (gcc)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
On Mon, Nov 05, 2007 at 08:07:04AM +0100, Peter Eisentraut wrote:
> Am Samstag, 3. November 2007 schrieb Tom Lane:
> > > That also seems to have the positive effect of getting libpq.so to find
> > > the shared objects that it depends on.  So is the fact that I need to
> > > edit src/Makefile.global after I run configure mean that I found a bug?
> > > ;-)
> >
> > Seems more like a feature request: there should be a way to override
> > rpathdir from a configure switch.  We already have an enable-rpath
> > switch, but it's just a boolean.  Maybe allow
> >     configure --enable-rpath=PATH
> > ?
>
> Well, the rpath option affects the rpath to our own libraries.  To find the
> system libraries, the environment variable LD_RUN_PATH can be used.
> Otherwise you'd have to convince every software product in existence to add
> the appropriate configuration options.
>
> --
> Peter Eisentraut
> http://developer.postgresql.org/~petere/
>

We use LD_RUN_PATH in our Solaris builds for that reason.

Ken

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

Предыдущее
От: eromain@patriot.net
Дата:
Сообщение: Error Migrating From 7.4 to 8.2.5
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Error Migrating From 7.4 to 8.2.5