cyo

Active Member
Oct 26, 2001
35
0
306
I am tryining to run easyapache and i am getting this error
.Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed.
 

aress

Active Member
May 5, 2004
30
0
156
open this file :
pico /etc/yum.repos.d/CentOS-Base.repo

comment all the "mirrorlist" urls ..
and uncomment "baseurl"

Thereafter run /scripts/upcp --force

Thereafter run /scripts/easyapache
selecting all the required modules.

This will surely have your issue resolved . I had mine with no problems at all.
 
Last edited by a moderator:

cyo

Active Member
Oct 26, 2001
35
0
306
this is what happens when i to install glibc


-bash-2.05b# yum install glibc
Traceback (most recent call last):
File "/usr/bin/yum", line 22, in ?
import yummain
File "/usr/share/yum/yummain.py", line 31, in ?
import yumcomps
File "/usr/share/yum/yumcomps.py", line 4, in ?
import comps
File "/usr/share/yum/comps.py", line 5, in ?
import libxml2
File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ?
import libxml2mod
ImportError: libiconv.so.2: cannot open shared object file: No such file or directory
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
33
473
Go on, have a guess
That suggests that the OS was not installed correctly. You'll probably have to find the OS rpms for yum and glibc and reinstall them manually. Which OS and version are you running?
 

BryanSD

Member
Apr 10, 2006
9
0
151
Are you running your system on a VPS? I've seen similar errors related to how the VPS is "virtualized" on the server. In most VPS you don't have full control over the kernel and some other elements of the OS.
 

dalem

Well-Known Member
PartnerNOC
Oct 24, 2003
2,983
159
368
SLC
cPanel Access Level
DataCenter Provider
looks like its just a curupted yum install have had it happen on a few vps machines
if you remove yum and reinstall it will probably cure it
and if it is virtuozzo add glibc* to your skip list