Re: PostgreSQL 7.3.4 to 4.2 Regresion Fails - Mailing list pgsql-admin

From Tom Lane
Subject Re: PostgreSQL 7.3.4 to 4.2 Regresion Fails
Date
Msg-id 12093.1079642576@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 7.3.4 to 4.2 Regresion Fails  ("V i s h a l Kashyap @ [Sai Hertz And Control Systems]" <sank89@sancharnet.in>)
List pgsql-admin
"V i s h a l Kashyap @ [Sai Hertz And Control Systems]" <sank89@sancharnet.in> writes:
> /usr/local/src/postgresql-7.4.2/src/test/regress/./tmp_check/install//usr/bin/createdb:
> undefined symbol: get_progname

This happens because the old version of libpq.so is still in place and
is picked up in preference to the as-yet-uninstalled new version.  If
you are going to install 7.4 over 7.3, there's not a lot that "make
check" can do to prevent the dynamic linker from doing that :-(

            regards, tom lane

pgsql-admin by date:

Previous
From: "V i s h a l Kashyap @ [Sai Hertz And Control Systems]"
Date:
Subject: Re: PostgreSQL 7.3.4 to 4.2 Regresion Fails
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL 7.3.4 to 4.2 Regresion Fails