From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9+) Gecko/20020308 Description of problem: Executing 'up2date' exits with this error: Traceback (innermost last): File "/usr/sbin/up2date", line 12, in ? import xmlrpclib File "/usr/lib/python1.5/sire-packages/xmlrpclib.py", line 28, in ? import urllib, xmllib File "/usr/lib/python1.5/urllib.py", line 25, in ? import socket ImportError: symbol __sysconf, version GLIBC_2.2 not defined in file libc.so.6 with link time reference libc.so.6 is a symlink to libc-2.1.92.so I have python-xmlrpc-1.5.1-7.x.3 installed Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. run ep2date 2. 3. Additional info:
You will need to update to the latest glibc by hand.
OK. Some quick questions, though: When updating glibc from RPM, is it a good idea to force the update with 'rpm -Uvh --force'? Then again, would I be better served by updating to RedHat 7.3, and starting from a more current code base? If so, is it feasible to update 7.0 to 7.3, or would a reinstall be recommended?
No need to use "--force" to upgrade glibc (I would stronly recomended against useing it with rpm....)