From: | Phoenix Kiula <phoenix(dot)kiula(at)gmail(dot)com> |
---|---|
To: | PG-General Mailing List <pgsql-general(at)postgresql(dot)org> |
Subject: | SVN and Postgres 8.3 |
Date: | 2009-07-30 11:37:48 |
Message-ID: | e373d31e0907300437g230515b1n9ee4cd9a2239d712@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
We installed 8.3.7 on a new server. Some of the config changes such as
tracker_acvitity etc are nice.
But big problem. When I start SVN on this machine (which we need!) I
see this error:
-----
svn: error while loading shared libraries: libpq.so.4: cannot open
shared object file: No such file or directory
-----
I am unable to install the library "libpq.so.4" due to dependency errors.
Upon some digging, it seems this is because the PostgreSQL has
something to do with this, as the libraries "libpq.so.5" and
"libpq.so.5.1" are already present in the server. This is the reason
why we are unable to install the library "libpq.so.4".
-----
[snoff] ~ > rpm -ql postgresql-libs-8.3.7-1PGDG.rhel5 | grep libpq.so
/usr/lib64/libpq.so.5
/usr/lib64/libpq.so.5.1
-----
My question: how can I use PostgreSQL 8.3 and SVN on the same server?
Has someone figured out how to fix this situation? I'm on CentOS 5 x64
bit.
Thanks!
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2009-07-30 11:38:22 | Re: Can't execute function |
Previous Message | Csaba Nagy | 2009-07-30 11:36:39 | Re: Clients disconnect but query still runs |