Using wine on an amd64 system: $ sudo apt-get install wine1.4 $ wine <snip> Wine cannot find the ncurses library (libncurses.so.5) $ sudo apt-get install libncurses5:i386 $ wine <snip>
Message gone. It seems that wine1.4-amd64/wine1.4-i386 should depend on libncurses5. It was installed on my host architecture beforehand but when installing the other arch package (in this case i386) it does not get installed as a dependency. This is what I guess this bug submitter and the one in lp:941565 was trying to report since everyone that has ran into this seems to be using an amd64 system and running the 32bit wine. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/938310 Title: Wine cannot find the ncurses library (libncurses.so.5). To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/wine1.4/+bug/938310/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
