Shared library

From: Zengfa Gao <zfgao(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Shared library
Date: 2002-11-27 22:45:43
Message-ID: 20021127224543.93845.qmail@web41010.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I try to install PgSQL on HPUX machine.

What I did is:

./configure --prefix=/opt/pgsql --with-CXX
./gmake
./gmake install
...

/opt/pgsql/bin/initdb -D /var/opt/pgsql/data
/opt/pgsql/bin/postmaster -D /var/opt/pgsql/data&

Everything looks fine without any error. postgresql
daemon is running.

But when I try /opt/pgsql/bin/psql template1, I got:

# /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)

Does anyone know what's my problem?

Thanks a lot!

Zengfa

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Luc Lachance 2002-11-27 22:56:17 Re: Two features left
Previous Message Tom Lane 2002-11-27 22:31:18 Re: Two features left