Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Solaris SONAME not matching libraries



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group