"Mihai Criveti" <cmihai(at)boreas(dot)ro> writes:
> I've compiled PostgreSQL 8.3.1 using gcc 4.2.3 on HP-UX 11i v1, and all went
> well. PostgreSQL works and everything, except for psql client:
> /usr/lib/dld.sl: Unresolved symbol: tgetent (code) from
> /usr/local/lib/libreadline.sl
Kinda looks like your libreadline is broken.
> As you can see, the older version of psql (7.4.2) works fine:
Maybe that was built without readline support?
regards, tom lane