From: | "Reko Turja" <reko(dot)turja(at)liukuma(dot)net> |
---|---|
To: | "marko" <marko(dot)online(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Shared object "libpq.so.3" not found |
Date: | 2008-07-31 12:11:24 |
Message-ID: | D90A407494DC48318D962DA4606470BD@rivendell |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> locate libpq.so returned:
> /usr/home/markuser/postgresql-8.2.4/src/interfaces/libpq/libpq.so
> /usr/home/markuser/postgresql-8.2.4/src/interfaces/libpq/libpq.so.5
> /usr/local/lib/libpq.so
> /usr/local/lib/libpq.so.3
> /usr/local/pgsql/lib/libpq.so
> /usr/local/pgsql/lib/libpq.so.5
from the location of the source it seems you aren't building from
ports or using the builtin package system. Been using postgres on
FreeBSD and updating from source from 2001 or so without a single
glitch. As FreeBSD has one of the best infrastructures for building
interlinked binaries from source, I seriously suggest using it instead
of trying to reinvent the wheel ;)
-Reko
From | Date | Subject | |
---|---|---|---|
Next Message | Rob Richardson | 2008-07-31 12:36:37 | How do I specify intervals in functions? |
Previous Message | Ivan Zolotukhin | 2008-07-31 11:17:33 | Re: interesting trigger behaviour in 8.3 |