Re: AW: [HACKERS] shared lib names

From: "Zeugswetter Andreas" <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgreSQL(dot)org>
Subject: Re: AW: [HACKERS] shared lib names
Date: 1999-07-16 18:00:00
Message-ID: 002901becfb5$06be0820$f023080a@zeugswettera1.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> 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.

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-07-16 19:08:34 Re: new: Makefile.shlib bug and AIX patch
Previous Message Zeugswetter Andreas 1999-07-16 17:54:16 Re: new: Makefile.shlib bug and AIX patch