Re: [ADMIN] redhat and postgresql management

2010-06-23 Thread David Bear
Thank you all. This group is amazingly helpful. The combinations of emails and the document linked below did the trick. On Fri, Jun 18, 2010 at 10:40 AM, Greg Smith wrote: > David Bear wrote: > >> I have RHEL 5.4 (64bit) that has a postgresql-lib 8.1 installed to satisfy >> dependancy for a doze

Re: [ADMIN] redhat and postgresql management

2010-06-18 Thread Devrim GUNDUZ
yum should have replaced potgresql-libs with compatible-postgresql- libs. If not, there may be something wrong with the repo. -- Devrim GÜNDÜZ PostgreSQL DBA @ Akinon/Markafoni, Red Hat Certified Engineer devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org

Re: [ADMIN] redhat and postgresql management

2010-06-18 Thread Greg Smith
David Bear wrote: I have RHEL 5.4 (64bit) that has a postgresql-lib 8.1 installed to satisfy dependancy for a dozen other packages including apache, php and other apache modules, and subversion. I want to install postresql 8.3 but yum informs me of the version conflict of the library. May i s

Re: [ADMIN] redhat and postgresql management

2010-06-18 Thread Tom Lane
David Bear writes: > I have RHEL 5.4 (64bit) that has a postgresql-lib 8.1 installed to satisfy > dependancy for a dozen other packages including apache, php and other apache > modules, and subversion. > I want to install postresql 8.3 but yum informs me of the version conflict > of the library.

Re: [ADMIN] redhat and postgresql management

2010-06-18 Thread James Dobson
I had a similar situation with other packages depending on /usr/lib64/libpq.so.4 owned by an old version of postgres-libs rpm. I solved this by acquiring compat-postgresql-libs-4-1pgdg.rhel5.x86_64.rpm from http://yum.pgsqlrpms.org/8.2/redhat/rhel-5-x86_64/repoview/compat-postgresql-libs.html T