Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: Teviot on February 04, 2008, 08:06:57 AM
-
Hi Everyone.
I have just completed a reinstall from scratch of my SME server. I had in my files to install jwhois----- but it comes up with the following error
[root@gateway installed]# yum localinstall jwhois-3.2.3-8.el5.i386.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Local Package Process
Examining jwhois-3.2.3-8.el5.i386.rpm: jwhois - 3.2.3-8.el5.i386
Marking jwhois-3.2.3-8.el5.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package jwhois.i386 0:3.2.3-8.el5 set to be updated
--> Running transaction check
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
--> Processing Dependency: libc.so.6(GLIBC_2.4) for package: jwhois
--> Processing Dependency: rtld(GNU_HASH) for package: jwhois
--> Finished Dependency Resolution
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package jwhois
Error: Missing Dependency: rtld(GNU_HASH) is needed by package jwhois
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@gateway installed]#
I then tried searching for the related files and couldn't work out which was which.
I then tried searching for an update version and found http://isoredirect.centos.org/centos/4/os/i386/CentOS/RPMS/jwhois-3.2.2-6.EL4.1.i386.rpm (http://isoredirect.centos.org/centos/4/os/i386/CentOS/RPMS/jwhois-3.2.2-6.EL4.1.i386.rpm) but that came up with the following
[root@gateway installed]# yum localinstall jwhois-3.2.3-8.el5.i386.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Setting up Local Package Process
Examining jwhois-3.2.3-8.el5.i386.rpm: jwhois - 3.2.3-8.el5.i386
Marking jwhois-3.2.3-8.el5.i386.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package jwhois.i386 0:3.2.3-8.el5 set to be updated
--> Running transaction check
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
--> Processing Dependency: libc.so.6(GLIBC_2.4) for package: jwhois
--> Processing Dependency: rtld(GNU_HASH) for package: jwhois
--> Finished Dependency Resolution
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package jwhois
Error: Missing Dependency: rtld(GNU_HASH) is needed by package jwhois
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@gateway installed]#
I found http://isoredirect.centos.org/centos/4/os/i386/CentOS/RPMS/glib2-2.4.7-1.i386.rpm (http://isoredirect.centos.org/centos/4/os/i386/CentOS/RPMS/glib2-2.4.7-1.i386.rpm)
Is this the missing file? and are there any more I should install in addition to this one?
I'm not very knowledgeable when it comes to linux and really need help
Regards
Adrian
-
Try letting SME look after everything...(SME7.3)
[root@tiger ~]# yum install jwhois
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package jwhois.i386 0:3.2.2-6.EL4.1 set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
jwhois i386 3.2.2-6.EL4.1 base 77 k
Transaction Summary
=============================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 77 k
Packages with EL5 will be for SME 8.
-
Thanks William
There is some much to learn. All works now. Thank you