Re: Solaris SONAME not matching libraries

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Round <mark(at)markround(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Solaris SONAME not matching libraries
Date: 2007-05-28 16:58:44
Message-ID: 29270.1180371524@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Mark Round <mark(at)markround(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Zdenek Kotala 2007-05-29 12:16:48 Re: Solaris SONAME not matching libraries
Previous Message Mark Round 2007-05-28 15:01:45 Solaris SONAME not matching libraries