Re: [HACKERS] Broken source tree - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Broken source tree
Date
Msg-id 35CA8613.23D54544@alumni.caltech.edu
Whole thread Raw
List pgsql-hackers
> > OK, all entries in the lib directory refer to libpq.so.1 . So where
> > is the "old link" you are referring to? Do I need to rerun
> > ldconfig??
> The wrong link (that is, on my Linux box...) resided in
> /usr/local/lib;
> I had made it some time ago as a link to
> /usr/local/pgsql/src/interfaces/libpq/libpq.so.1.1 (or something)

Thanks for the clue Ernst. I reran ldconfig and the source tree is now
happy. I have my system configured to have the ld database point to
/opt/postgres/current/lib/ so it wasn't just a softlink change.

So the story is that the name of libpq.so.xx has changed. But why bother
with .1 or .1.1 in the first place? Shouldn't the numbering either
change for each new version of libpq interface, or be omitted
altogether? Has anyone thought about having it match the Postgres
release number?

                     - Tom

pgsql-hackers by date:

Previous
From: dg@informix.com (David Gould)
Date:
Subject: Re: [HACKERS] indexes and floats
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] indexes and floats