Koozali.org: home of the SME Server

Yum not installing available updates

Offline Teviot

  • *
  • 610
  • +0/-0
Yum not installing available updates
« on: December 01, 2006, 12:08:41 AM »
The following updates are currently available and I can't get them to install via Server Manager

Code: [Select]
pcre.i386 6.7-1 - dungog
smeserver-sarg.noarch 2.2.1-2 - dungog


The error I am getting is
Code: [Select]
Error: Missing Dependency: gd >= 1.8 is needed by package sarg
Error: Missing Dependency: libgd.so.2 is needed by package sarg
Setting up Update Process
Setting up repositories
Reading repository metadata in from local files
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package pcre.i386 0:6.7-1 set to be updated
---> Package smeserver-sarg.noarch 0:2.2.1-2 set to be updated
--> Running transaction check
--> Processing Dependency: sarg >= 2.2 for package: smeserver-sarg
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package sarg.i386 0:2.2.1-1.el4.rf set to be updated
--> Running transaction check
--> Processing Dependency: gd >= 1.8 for package: sarg
--> Processing Dependency: libgd.so.2 for package: sarg
--> Finished Dependency Resolution
yum update pcre.i386 smeserver-sarg.noarch failed: 256


How do I rectify this problem?
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
Yum not installing available updates
« Reply #1 on: December 01, 2006, 02:26:26 AM »
you probably have sarg 1.x installed
this works fine

the dungog repo has a sarg 2.x version which your yum is finding
but to install sarg 2 you need to enable another repo

from install instructions
yum install --enablerepo=base sarg smeserver-sarg
[note. will also install four dependancies]

you can either
ignore the warning and leave sarg at 1.x, or
disable the dungog repo, or
install sarg 2 with the above command

Offline Teviot

  • *
  • 610
  • +0/-0
Yum not installing available updates
« Reply #2 on: December 01, 2006, 03:17:18 AM »
Thanks snoble

It worked fine for both updates after I issued the yum command from the console.  The other update just installed perfectly via the server manager
Regards
M0GLJ
......................................................
I am new to SAIL SME Server v8b6 and have been using SME for many years.
I have already done some research and only ask questions if I still can't work it out.