http://bugs.winehq.org/show_bug.cgi?id=29543
Bug #: 29543 Summary: Wine cannot find the ncurses library (libncurses.so.5) Product: Wine Version: 1.3.36 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mywine@schiermeier-software.de Classification: Unclassified
Starting 'wine cmd.exe' always shows me this
--- Wine cannot find the ncurses library (libncurses.so.5). CMD Version 1.3.36
H:\test> ---
This 'Wine cannot find the ncurses library (libncurses.so.5).' also appears, when I start an application by 'wine app.exe' as the first output on the commandline.
I checked my debian packages with:
--- joerg [1]:~$ dpkg -l | grepi -i 'libncurses' ii libncurses5 5.9-4 shared libraries for terminal handling ii libncurses5-dev 5.9-4 developer's libraries for ncurses ii libncursesw5 5.9-4 shared libraries for terminal handling (wide character support) ii libncursesw5-dev 5.9-4 developer's libraries for ncursesw joerg [2]:~$ ---
More infos about my Linux: --- joerg [2]:~$ uname -a Linux Schiermeier 3.0.0-1-rt-amd64 #1 SMP PREEMPT RT Tue Sep 20 08:38:06 UTC 2011 x86_64 GNU/Linux joerg [3]:~$ ---
I ran this with a newly created ~/.wine directory.