Re: createdb problem - Mailing list pgsql-novice

From Tom Lane
Subject Re: createdb problem
Date
Msg-id 1587.974821479@sss.pgh.pa.us
Whole thread Raw
In response to createdb problem  (Eduardo <eduardo@complex.com.br>)
List pgsql-novice
Eduardo <eduardo@complex.com.br> writes:
> I just instaled the version 7.0.3 on a FreeBSD.
> when i tryied  :
> /usr/local/pgsql/bin createdb test
> /usr/libexec/ld-elf.so.1: Shared object "libpq.so.2" not found

You need to run ldconfig, or set LD_LIBRARY_PATH, or local equivalent
of either of these actions (not sure what FreeBSD calls 'em), to tell
the system there are shared libraries in /usr/local/pgsql/lib.  See
step 8 in the installation procedure
http://www.postgresql.org/users-lounge/docs/7.0/postgres/install17165.htm

            regards, tom lane

pgsql-novice by date:

Previous
From: jacques@aglaia.museatech.net
Date:
Subject: Re: createdb problem
Next
From: "Eduardo Kotujansky"
Date:
Subject: createdb ok, but need more help