Re: AW: [HACKERS] shared lib names - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: AW: [HACKERS] shared lib names
Date
Msg-id 199907161912.PAA01400@candle.pha.pa.us
Whole thread Raw
In response to Re: AW: [HACKERS] shared lib names  ("Zeugswetter Andreas" <andreas.zeugswetter@telecom.at>)
Responses Re: AW: [HACKERS] shared lib names
List pgsql-hackers
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> >> Ok, sorry I see the difference now. Those that are for linking are named
> >> lib*.so
> >> and those that are for dyn loading into postgres don't have the lib.
> >
> >What?  They should all have the "lib" AFAIK --- dynamic loading takes
> >the same kind of shared lib as a regular link does on every platform
> >I've heard about.
> 
> 
> We are only talking about the naming convention here.
> e.g. libpq.so but plpgsql.so
> 
> >I think you were just fooled by having misspelled the "shlib" variable
> >the first time around... or, perhaps, our dynlink support for aix
> >is confused too?
> 
> The dynlink support is broken for plpgsql.so on aix,
> unless Bruce applies my patch, which I guess he did for current,
> but not for the 6.5.1 branch.

I have not applied either yet.  I want someone who understands this to
make the decision.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: new: Makefile.shlib bug and AIX patch
Next
From: Michael Richards
Date:
Subject: Re: [HACKERS] Counting bool flags in a complex query