From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: SVN and Postgres 8.3 |
Date: | 2009-07-30 15:45:19 |
Message-ID: | 87eiryjhtc.fsf@dba2.int.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
phoenix(dot)kiula(at)gmail(dot)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 that the CentOS folk mayn't be in a
position to do anything to help, as they are mostly deriving things
from what Red Hat produces, and it is quite likely to be a non-option
to deviate.
What you may need to do instead is to either:
a) Find 8.3 packages that are independent enough in their
installation that they won't conflict with the existing 8.1
packages built into CentOS, or
b) Build 8.3 from source, and run your DB server from that, using the
8.1 packages solely for handling libraries and interactions with
other things (SVN, scripting languages like Perl/Python/...).
--
"cbbrowne","@","linuxfinances.info"
http://www3.sympatico.ca/cbbrowne/rdbms.html
"Computers in the future may weigh no more than 1.5 tons". -- POPULAR
MECHANICS magazine forecasting the "relentless march of science" 1955
From | Date | Subject | |
---|---|---|---|
Next Message | Dotan Barak | 2009-07-30 15:46:04 | Re: PostgreSQL server listen on other port than 5432 |
Previous Message | Jennifer Trey | 2009-07-30 15:08:42 | pg_config --sharedir points to the wrong folder.. is this a problem? |