"Harsha Hegde" <harsha(dot)hegde(at)vonage(dot)com> writes:
> I have installed postgres client on an Ubuntu machine. However, when I
> try to run 'psql', I get this error message:
> # psql
> /usr/lib/postgresql/8.3/bin/psql: symbol lookup error:
> /usr/local/lib/libreadline.so.5: undefined symbol: PC
This is a readline problem --- it's missing some underlying library,
probably libtermcap.
regards, tom lane