Posts Tagged ‘centos’

/usr/lib/python2.4/site-packages/_sqlitecache.so: undefined symbol: g_assert_warning

Saturday, September 20th, 2008

Problem

While upgrading a CentOS 4.5 to CentOS 5.*, yum starts to fail with

/usr/lib/python2.4/site-packages/_sqlitecache.so: undefined symbol: g_assert_warning

Please install a package which provides this module, or
verify that the module is installed correctly.

It’s possible that the above module doesn’t match the
current version of Python, which is:
2.4.3 (#1, May 24 2008, 13:47:28)
[GCC 4.1.2 20070626 (Red Hat 4.1.2-14)]

(more…)