Re: AW: [HACKERS] shared lib names

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Zeugswetter Andreas IZ5 <Andreas.Zeugswetter@telecom.at>
Cc: "'hackers@postgresql.org'" <hackers@postgreSQL.org>
Date: 1999-07-16T17:14:19Z
Lists: pgsql-hackers
Zeugswetter Andreas IZ5 <Andreas.Zeugswetter@telecom.at> writes:
> 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.

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?

			regards, tom lane