Zengfa Gao <zfgao(at)yahoo(dot)com> writes:
> I try to install PgSQL on HPUX machine.
What version of HPUX? It works for me on HPUX 10.20, and we have
reports of no problems on 11.something. Also, which compiler got used?
> # /opt/pgsql/bin/psql template1
> /usr/lib/dld.sl: Can't find path for shared library:
> libpq.sl
> /usr/lib/dld.sl: No such file or directory
> Abort(coredump)
Curious. What do you get from
chatr /opt/pgsql/bin/psql
chatr /opt/pgsql/lib/libpq.sl
?
regards, tom lane