Обсуждение: full path infrastructure for DT_SONAME?

Поиск
Список
Период
Сортировка

full path infrastructure for DT_SONAME?

От
Larry Rosenman
Дата:
Has the idea of putting the infrastructure in place to allow a full pathname
to be fed to DT_SONAME been totally killed?

That is the one remaining issue I have right now.

I think we should put the infrastructure in place, and allow the UnixWare 
and SCO OpenServer ports use it for now.  (both of those have no ld.so.conf 
/ ldconfig type mechanism).

Thanks,
LER


-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



Re: full path infrastructure for DT_SONAME?

От
Tom Lane
Дата:
Larry Rosenman <ler@lerctr.org> writes:
> Has the idea of putting the infrastructure in place to allow a full pathname
> to be fed to DT_SONAME been totally killed?

What makes you think you need new infrastructure?  The HPUX port has
used a full-path rpath for years.
        regards, tom lane


Re: full path infrastructure for DT_SONAME?

От
Bruce Momjian
Дата:
The original patch added rpath only for libpq and a few other places. 
Larry, I think you should submit a patch that follows what HPUX does.  I
think you only need to modify the unixware portion of Makefile.shlib.  I
think the original objection was having to put stuff in libpq/Makefile. 

---------------------------------------------------------------------------

Tom Lane wrote:
> Larry Rosenman <ler@lerctr.org> writes:
> > Has the idea of putting the infrastructure in place to allow a full pathname
> > to be fed to DT_SONAME been totally killed?
> 
> What makes you think you need new infrastructure?  The HPUX port has
> used a full-path rpath for years.
> 
>             regards, tom lane
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: full path infrastructure for DT_SONAME?

От
Larry Rosenman
Дата:
On Aug 16 2003, Tom Lane wrote:

> Larry Rosenman <ler@lerctr.org> writes:
> > Has the idea of putting the infrastructure in place to allow a full
> > pathname to be fed to DT_SONAME been totally killed?
>
> What makes you think you need new infrastructure?  The HPUX port has
> used a full-path rpath for years.
Kean Johnston seemed to think we needed some patches...

I'll look again when I return from Las Vegas on Friday.

LER

>
>             regards, tom lane
>

--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749