| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Eduardo <eduardo(at)complex(dot)com(dot)br> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: createdb problem |
| Date: | 2000-11-21 15:44:39 |
| Message-ID: | 1587.974821479@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Eduardo <eduardo(at)complex(dot)com(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Eduardo Kotujansky | 2000-11-21 18:03:06 | createdb ok, but need more help |
| Previous Message | jacques | 2000-11-21 15:43:51 | Re: createdb problem |