Re: [HACKERS] Broken source tree

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: ernst(dot)molitor(at)uni-bonn(dot)de, Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] Broken source tree
Date: 1998-08-07 04:44:03
Message-ID: 35CA8613.23D54544@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1998-08-07 04:54:17 Re: [HACKERS] indexes and floats
Previous Message David Gould 1998-08-07 03:43:36 Re: [HACKERS] indexes and floats