Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: Teviot 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
pcre.i386 6.7-1 - dungog
smeserver-sarg.noarch 2.2.1-2 - dungog
The error I am getting is
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?
-
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
-
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