Find the answer to your Linux question:
Results 1 to 2 of 2
hello! im using suse linux 10.3. whenever i install a rpm package in the terminal (rpm -i <package>), i get this error: linux:~ # rpm -i '/root/Desktop/wine-1.1.5-1.1.i586.rpm' rpm: symbol lookup ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Posts
    1

    rpm installation error

    hello!
    im using suse linux 10.3.
    whenever i install a rpm package in the terminal (rpm -i <package>), i get this error:
    linux:~ # rpm -i '/root/Desktop/wine-1.1.5-1.1.i586.rpm'
    rpm: symbol lookup error: /usr/lib/librpm-4.4.so: undefined symbol: rpmdbFindFpListExclude

    can anyone help? thank you!

  2. #2
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    Go to the folder you have the rpm
    Code:
    cd /root/Desktop/
    and then type
    Code:
    rpm - i wine-1.1.5-1.1.i586.rpm
    Why do you want to use the rpm though, instead of YAST? YAST does not have the latest version?

Posting Permissions

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