Shared library version

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Shared library version
Date: 2000-01-10 14:11:30
Message-ID: 200001101411.OAA21493@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

There appear to have been changes in the shared library libpq.

The default library from 6.5.3 with psql from current tree gives:

olly(at)linda$ psql template1
...
psql: error in loading shared libraries: psql: undefined symbol:
createPQExpBuffer

olly(at)linda$ LD_PRELOAD=/usr/local/pgsql/lib/libpq.so.2.0 psql template1
...
template1=>

Since the library has changed, it needs to have a new version number.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"Be patient therefore, brethren, unto the coming of the
Lord...Be patient; strengthen your hearts, for
the coming of the Lord draweth nigh."
James 5:7,8

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-01-10 14:11:55 Re: [HACKERS] Number of index fields configurable
Previous Message Peter Mount 2000-01-10 09:04:53 RE: [HACKERS] make JDBC postgresql.jar error