David Dick <[EMAIL PROTECTED]> writes: > /home/dave/postgresql-8.0.0beta4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql: > > relocation error: > /home/dave/postgresql-8.0.0beta4/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql: > > undefined symbol: PQserverVersion > pg_regress: could not set database default locales
Apparently psql is picking up an old libpq.so version from /usr/local/pgsql/lib. You may need to go ahead and install the newer version. Or if that doesn't sound like a good plan, reconfigure and rebuild with an installation --prefix that doesn't match the existing older installation. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match