Find the answer to your Linux question:
Results 1 to 3 of 3
Hi, I'm normally used to apt-get for Debian and Ubuntu for my home computers but am required to use Yum and SuSE SLES 10.1 for work. Unfortunately I've managed to ...
  1. #1
    Just Joined!
    Join Date
    May 2008
    Posts
    5

    [SOLVED] Yum Undefined Symbol

    Hi,

    I'm normally used to apt-get for Debian and Ubuntu for my home computers but am required to use Yum and SuSE SLES 10.1 for work.

    Unfortunately I've managed to break yum after I performed a "yum update", and I am not very familiar enough with how package systems work internally to fix this problem.

    I get the following error for Yum:

    /usr/lib64/python2.4/site-packages/libxml2mod.so: undefined symbol: xmlSchemaIsValid

    I tried reinstalling libxml2 and don't know really what else to try. I've spent some time looking around on forums for solutions, but I'm still stuck. How have other people solved this sort of issue?

  2. #2
    Just Joined!
    Join Date
    Jun 2008
    Location
    India, Kolkata
    Posts
    10
    Determine the package for the file you given using the following command:
    rpm -qf /usr/lib64/python2.4/site-packages/libxml2mod.so

    Then try erase the package and install a fresh package.

  3. #3
    Just Joined!
    Join Date
    May 2008
    Posts
    5
    Thanks for the idea, Swagata. I tried it and uninstalled the package and got a new version but unfortunately the problem didn't go away. I looked through some email threads about the yum issues and found that sometimes the issue wasn't even related to what was being printed at all.

    So, I took a guess and did these two steps which worked but I still don't entirely know why...

    Using `rpm:`
    Installed upgrade to python-sqlite-1.1.8-4.2.x86_64.rpm
    Installed upgrade to yum-3.2.4-2.1.x86_64.rpm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...