Search Postgresql Archives

Re: Segmentation fault (core dumped) loading data on 8.3 upgrade: undefined symbol 'pg_valid_server_encoding_id',lazy binding failed!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chris Paul <chris.paul@xxxxxxxxxxxxx> writes:
> I exported an 8.2.6 database and am trying to load it on 8.3.0. I get 
> this error:

> [postgres@prague:/var/postgres]$ ql -d postgres < 
> bak/dump.bak                          <
> /usr/local/bin/psql:/usr/local/bin/psql: undefined symbol 
> 'pg_valid_server_encoding_id'
> lazy binding failed!

pg_valid_server_encoding_id() is exported by 8.3's libpq, but it does
not exist in 8.2 and before.  What is evidently happening is that psql
is binding to an old copy of libpq.so.  Check your PG installation.

			regards, tom lane

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux