Обсуждение: unresolved symbol

Поиск
Список
Период
Сортировка

unresolved symbol

От
John Quinn
Дата:
Hi.  I'm lost.  Help.  Please.

Short story:  when I do "psql template1" I get:
psql: can't resolve symbol 'PQsetdb'

Long Story:
I have Caldera Linux 1.3 on a P2-200.  I installed the Postgres
RPMs that came with it, then I tried to upgrade, so I did
"rpm -e postgresql", then I followed all the instructions in the
README: untar, change owners, su postgres, cd ${pg}/src
"./configure --with-odbc --with-perl", make all, and make install.
When I start the postmaster and run the tests, or when I run "psql",
I get that stupid error.

Where do I start?  If I take /usr/local/pgsql/lib out of the
LD_LIBRARY_PATH it says it can't find libpq.so, so it's
finding the library.  How can I find whether libpq.so has PQsetdb?
TIA
John Quinn