Jun 21
If you do a “yum update” inside Linux VPS and get this error:
Package glibc-dummy-centos-3 needs glibc-common = 2.3.2-95.30, this is not available.
Then on the VPS do
rpm –qa | grep glibc
it will list the glibc rpms installed on the VPS, look for an rpm glibc-dummy-centos-3 and erase it by
yum erase glibc-dummy-centos-3
glibc-dummy-centos-3 is developed by swsoft. glibc postinstall scripts create a 30-mb big
file /usr/lib/locale/locale-archive.
The only purpose of this glibc-dummy-centos-3 package is to move the file to the template area in order to save 30MB of disk space per every centos-3 based VPS. It is save to deinstall this package from a VPS before upgrading glibc.
Leave a Reply
You must be logged in to post a comment.