Solaris SONAME not matching libraries

Поиск
Список
Период
Сортировка
От Mark Round
Тема Solaris SONAME not matching libraries
Дата
Msg-id 6FE84310-15D9-4F9D-A4B7-60E7FDA4C939@markround.com
обсуждение исходный текст
Ответы Re: Solaris SONAME not matching libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-ports
Hi all,

I have noticed some odd behaviour under Solaris when various libraries are installed from the source package. Using 8.2.4 tarballs on Solaris 8, Sun Studio 11 (cc: Sun C 5.8 Patch 121016-05 2007/01/10), I get the following behaviour (using plpgsql.so as an example, there are many others) :

# elfdump -d plpgsql.so | grep SONAME                                                                                                                            
       [2]  SONAME           0x10da            libplpgsql.so.1

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 ? 

Many thanks in advance for any pointers, advice etc.

-Mark

--
Mark Round
:wq



В списке pgsql-ports по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: [BUGS] PSQL support on HP-UX, Solaris and AIX
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Solaris SONAME not matching libraries