Re: [GENERAL] SVN and Postgres 8.3

2009-07-31 Thread Phoenix Kiula
On Fri, Jul 31, 2009 at 12:29 PM, Greg Smithgsm...@gregsmith.com wrote: On Thu, 30 Jul 2009, Phoenix Kiula wrote: svn: error while loading shared libraries: libpq.so.4: cannot open shared object file: No such file or directory There's a long guide to working around the issues you run into

[GENERAL] SVN and Postgres 8.3

2009-07-30 Thread Phoenix Kiula
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

Re: [GENERAL] SVN and Postgres 8.3

2009-07-30 Thread Vick Khera
On Thu, Jul 30, 2009 at 7:37 AM, Phoenix Kiulaphoenix.ki...@gmail.com wrote: 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

Re: [GENERAL] SVN and Postgres 8.3

2009-07-30 Thread Chris Browne
phoenix.ki...@gmail.com (Phoenix Kiula) writes: 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. RPM has a --replacefiles option which might either help or hurt... I think there's a fair chance

Re: [GENERAL] SVN and Postgres 8.3

2009-07-30 Thread Scott Mead
On Thu, Jul 30, 2009 at 11:02 AM, Vick Khera vi...@khera.org wrote: On Thu, Jul 30, 2009 at 7:37 AM, Phoenix Kiulaphoenix.ki...@gmail.com wrote: 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

Re: [GENERAL] SVN and Postgres 8.3

2009-07-30 Thread Devrim GÜNDÜZ
On Thu, 2009-07-30 at 19:37 +0800, Phoenix Kiula wrote: My question: how can I use PostgreSQL 8.3 and SVN on the same server? Has someone figured out how to fix this situation? http://yum.pgsqlrpms.org/8.3/redhat/rhel-5-x86_64/repoview/compat-postgresql-libs.html Download and install both of

Re: [GENERAL] SVN and Postgres 8.3

2009-07-30 Thread Greg Smith
On Thu, 30 Jul 2009, Phoenix Kiula wrote: svn: error while loading shared libraries: libpq.so.4: cannot open shared object file: No such file or directory I'll bet you installed an RPM at some point with --force when you shouldn't have when installing the new PostgreSQL versions. The