"Vishal Kashyap @ [SaiHertz]" <vishalonlist(at)gmail(dot)com> writes:
> Compiled PostgreSQL 8.0.1 on FC3 Kernel 2.6.10
> /usr/local/src/postgresql-8.0.1/src/test/regress/./tmp_check/install//usr/bin/psql:
> undefined symbol: PQserverVersion
Apparently you have an older version of libpq.so installed and it's
finding that in preference to the newer version. If you really want
to test the 8.0 version before installing the updated libpq.so,
I think you'll need to fool around with --disable-rpath.
regards, tom lane