Обсуждение: Trouble with Postgresql RPM

Поиск
Список
Период
Сортировка

Trouble with Postgresql RPM

От
Ian Harding
Дата:
The System:

Linux beta 2.6.32-279.19.1.el6.x86_64 #1 SMP Wed Dec 19 07:05:20 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
The RPM file:
 
postgres-9.2.2-1.x86_64.openscg.rpm
The Problem:
 
# yum install postgres-9.2.2-1.x86_64.openscg.rpm
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * extras: centos.sonn.com
 * updates: mirror.rackspace.com
Setting up Install Process
Examining postgres-9.2.2-1.x86_64.openscg.rpm: postgres92-9.2.2-1.x86_64
Marking postgres-9.2.2-1.x86_64.openscg.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package postgres92.x86_64 0:9.2.2-1 will be installed
--> Processing Dependency: libuuid.so.16()(64bit) for package: postgres92-9.2.2-1.x86_64
--> Finished Dependency Resolution
Error: Package: postgres92-9.2.2-1.x86_64 (/postgres-9.2.2-1.x86_64.openscg)
           Requires: libuuid.so.16()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
The Puzzle:
 
# yum install uuid
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * extras: centos.sonn.com
 * updates: mirror.rackspace.com
Setting up Install Process
Package uuid-1.6.1-10.el6.x86_64 already installed and latest version
Nothing to do
# yum install uuid-devel
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * extras: centos.sonn.com
 * updates: mirror.rackspace.com
Setting up Install Process
Package uuid-devel-1.6.1-10.el6.x86_64 already installed and latest version
Nothing to do
# yum install libuuid
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * extras: centos.sonn.com
 * updates: mirror.rackspace.com
Setting up Install Process
Package libuuid-2.17.2-12.7.el6_3.x86_64 already installed and latest version
Nothing to do
# yum install libuuid-devel
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: mirror.spro.net
 * extras: centos.sonn.com
 * updates: mirror.rackspace.com
Setting up Install Process
Package libuuid-devel-2.17.2-12.7.el6_3.x86_64 already installed and latest version
Nothing to do
Any ideas?

Re: Trouble with Postgresql RPM

От
Alan Hodgson
Дата:
On Wednesday, January 23, 2013 09:10:40 AM Ian Harding wrote:
> The System:
>
> Linux beta 2.6.32-279.19.1.el6.x86_64 #1 SMP Wed Dec 19 07:05:20 UTC 2012
> x86_64 x86_64 x86_64 GNU/Linux
>

That looks like a CentOS 6 system.

Go to http://yum.postgresql.org/repopackages.php

Find the repo appropriate for your distribution. Download the repo rpm,
install that, which will add the repository to your yum configuration.

Install PostgreSQL from there.