Re: Solaris SONAME not matching libraries - Mailing list pgsql-ports

From Mark Round
Subject Re: Solaris SONAME not matching libraries
Date
Msg-id 8899DF28-C7F9-4A91-A241-B0ABDA4B5CFE@markround.com
Whole thread Raw
In response to Re: Solaris SONAME not matching libraries  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: Solaris SONAME not matching libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
> I think it is minor bug. SONAME is used by linker to setup
> dependencies (NEEDED) in a final binary.

This is the reason that was given to me by a developer - they were
trying to link against one of these libraries, and the linker was
putting the wrong thing in the NEEDED dependency - the value of
SONAME, which referred to a non-existant file. The plpgsql.so file
was just to give an example, like you say there are many more of
these libraries in lib/ .

-Mark

pgsql-ports by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: Solaris SONAME not matching libraries
Next
From: Tom Lane
Date:
Subject: Re: Solaris SONAME not matching libraries