Results 1 to 5 of 5

Thread: libexpat.so.0

  1. #1
    Join Date
    Dec 2009
    Posts
    42

    libexpat.so.0

    Hello to all,
    I have problem with libexpat.so.0. You know that avast rpm package requires libexpat.so.0. The thing is that on the Mandriva repositoriesand the on the rpm there is only newest version i.e. libexpat.so.1 which is incompatible with avast 4 for Linux. I want libexpat.so.0. Can anyone tell me where I get libexpat.so.0. Please help me.
    Thank you.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,388

    Re: libexpat.so.0

    Hey you have to look out for x2goagent on the computer to get libexpat.so.0. This is because x2goagent provides all the version of the libexpat. You have to just use simple steps to get this file. Just go to the www.google.com and then search for "x2goagent" on the internet. Now download that file and install it in your computer.

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: libexpat.so.0

    To get the libexpat.so.0, use following steps.
    1.You have to use following command to get particular package.
    Code:
    apt-cache search *KeyWord*
    2.In your case you have to use following command.
    Code:
    apt-cache search libexpat
    3.Now to install libexpat.so.0 you have to use following command.
    Code:
    apt-get install libexpat.so.0

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: libexpat.so.0

    To solve your problem you have to connect old library with the new library. You can do this in the following ways. Juts use following command to do this.
    Code:
    sudo -i
    cd /lib
    ln libexpat.so.1 libexpath.so.0
    I hope this will help you.

  5. #5
    Join Date
    Apr 2008
    Posts
    3,522

    Re: libexpat.so.0

    I think official version of 10.2 it is available as compat-expat1-1.95.8-26.i586.rpm.
    Here Compat stand fors compatibility and in this way SuSE and other distros create older libraries . Following is the code for it.
    Code:
    > rpm -qlp compat-expat1-1.95.8-26.i586.rpm
    /usr/lib/libexpat.so.0
    /usr/lib/libexpat.so.0.5.0

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,546,693.35354 seconds with 16 queries