![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
CREATE DATABASE pg_regress: could not set database default locales |
#3
| |||
| |||
|
|
/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 |
#4
| |||
| |||
|
|
David Dick <david_dick (AT) iprimus (DOT) com.au> 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 |
#5
| |||
| |||
|
|
"PostgreSQL Bugs List" <pgsql-bugs (AT) postgresql (DOT) org> writes: CREATE DATABASE pg_regress: could not set database default locales This is most likely not actually locale-related at all; it's probably got something to do with a failure to start psql. Please remove the "2>/dev/null" in the pg_regress script at the point where this error would be reported, so you can see what the problem really is. (Yes, we've done that in CVS tip...) regards, tom lane |
#6
| |||
| |||
|
|
/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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |