Re: [GENERAL] Dependency conflicts on CentOS 4.4

2007-01-05 Thread Devrim GUNDUZ
Hi, On Fri, 2007-01-05 at 07:33 +0100, Gunnar Wagenknecht wrote: > Thanks, it worked. But I had to remove > compat-postgresql-libs-4-2PGDG.rhel4.i686.rpm for this one to work. > What if some client needs libpq.so.4? I had the same issue in my box a few days before. I had to do rpm -ivh --force .

Re: [GENERAL] Dependency conflicts on CentOS 4.4

2007-01-04 Thread Gunnar Wagenknecht
Michael Best wrote: > 8.1.4 is also in CentosPlus > > They are apparently following a RH RPM that is at revision 8.1.4 > http://mirror.centos.org/centos/4/centosplus/Readme.txt Thanks for the tip! Cu, Gunnar -- Gunnar Wagenknecht [EMAIL PROTECTED] http://wagenknecht.org/ -

Re: [GENERAL] Dependency conflicts on CentOS 4.4

2007-01-04 Thread Gunnar Wagenknecht
Devrim GUNDUZ wrote: > Install this package: > > http://developer.postgresql.org/~devrim/rpms/compat/compat-postgresql-libs-3-3PGDG.i686.rpm Thanks, it worked. But I had to remove compat-postgresql-libs-4-2PGDG.rhel4.i686.rpm for this one to work. What if some client needs libpq.so.4? Generally,

Re: [GENERAL] Dependency conflicts on CentOS 4.4

2007-01-04 Thread Brian Mathis
On 1/4/07, Tony Caduto <[EMAIL PROTECTED]> wrote: Gunnar Wagenknecht wrote: Do I need to look for a different 'perl-DBD-Pg' that doesn't depend on > 'libpq.so.3' or should 'libpq.so.3' be provided by > 'postgresql-libs-8.2.0-2PGDG.i686.rpm'? > Just make a symbolic link from the shipped lib

Re: [GENERAL] Dependency conflicts on CentOS 4.4

2007-01-04 Thread Tony Caduto
Gunnar Wagenknecht wrote: Do I need to look for a different 'perl-DBD-Pg' that doesn't depend on 'libpq.so.3' or should 'libpq.so.3' be provided by 'postgresql-libs-8.2.0-2PGDG.i686.rpm'? Just make a symbolic link from the shipped libpq.so.5 to libpq.so.3 and it should work. Yum kind of

Re: [GENERAL] Dependency conflicts on CentOS 4.4

2007-01-04 Thread Devrim GUNDUZ
Hi, On Thu, 2007-01-04 at 16:57 +0100, Gunnar Wagenknecht wrote: > Do I need to look for a different 'perl-DBD-Pg' that doesn't depend on > 'libpq.so.3' or should 'libpq.so.3' be provided by > 'postgresql-libs-8.2.0-2PGDG.i686.rpm'? Install this package: http://developer.postgresql.org/~devrim

[GENERAL] Dependency conflicts on CentOS 4.4

2007-01-04 Thread Gunnar Wagenknecht
Hi! I installed PostgreSQL on CentOS 4.4 using the packages provided at: ftp://ftp.postgresql.org/pub/binary/v8.2.0/linux/rpms/redhat/rhel-es-4/ I installed using: #yum localinstall compat-postgresql-libs-4-2PGDG.rhel4.i686.rpm #yum localinstall postgresql-8.2.0-2PGDG.i686.rpm postgresql-server-8