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

From Tom Lane
Subject Re: Solaris SONAME not matching libraries
Date
Msg-id 29270.1180371524@sss.pgh.pa.us
Whole thread Raw
In response to Solaris SONAME not matching libraries  (Mark Round <mark@markround.com>)
Responses Re: Solaris SONAME not matching libraries  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-ports
Mark Round <mark@markround.com> writes:
> As you can see, the file is installed with the name "plpgsql.so",
> although it's SONAME according to elfdump is set to libplpgsql.so.1.
> Why the discrepancy ?

It's an artifact of the Makefile rules we use to generate shared
libraries --- Makefile.shlib insists on building any shared library
under the name 'libsomething'.  Is it important enough to fix?

            regards, tom lane

pgsql-ports by date:

Previous
From: Mark Round
Date:
Subject: Solaris SONAME not matching libraries
Next
From: Zdenek Kotala
Date:
Subject: Re: Solaris SONAME not matching libraries