elog undefined?

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: elog undefined?
Date: 2003-10-14 14:51:15
Message-ID: 1066143075.8420.10983.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

doing a restore, i get the following error...

[rob(at)camel bin]$ ./pg_restore -p 5474 -d rms74 RMS74
pg_restore: [archiver (db)] could not execute query: ERROR: could not
load library "/usr/lib/pgsql/pgcrypto.so": /usr/lib/pgsql/pgcrypto.so:
undefined symbol: elog

the dump was from 7.4 pg_dump against a 7.3 database. the thing thats
bugging me is the undefined elog peice; i have a
/usr/lib/pgsql/pgcrypto.so where specified; is it tossing that error
since that pgcrypto.so was compiled against 7.3 or is this an issue
somewhere in 7.4 pg_restore?

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-10-14 15:21:47 Re: Pgsql on Windows
Previous Message Tom Lane 2003-10-14 14:35:06 Re: [SQL] SQL query problem (many table in FROM statement and many LEFT JOIN's)