I tried to install the wine-20030408-1rh9winehq.i386.rpm on my a31p thinkpad.I got:
libnt.dll.dll.so is missing
where do I get it from?
thanks
christoph On Wed, 2003-04-30 at 13:14, Volkan SÃnmez wrote:
Panu Matilainen yazm?s,:
On 29 Apr 2003, Warren Togami wrote:
On Tue, 2003-04-29 at 20:01, Michael Smith wrote:
anyone got wine compiled and working for rh9? or know where to find it? I don't care about that export workaround... if that's not included it's fine...
BTW, does anyone know when Wine team is going to start adressing that problem?
They already have begun, but my opinion is that it is too much work to get the open source version to work properly with many applications.
Actually the latest wine release (20030408 iirc) supports glibc-2.3 just fine. I even started packaging it for Fedora, haven't just had time to spit+polish it up yet. The current package however does work on RH9 without any LD_ASSUME_KERNEL tricks just fine, if you're interested it's at http://apt.ggu-squad.org/~pmatilai/fedora/testing/
- Panu -
I rebuild wine 20030408 release for redhat 9. It works fine for me. You can download rpms from ftp://sonmez.sdu.edu.tr/pub/wine
Volkan
libntdll.dll.so is a symbolic link to ntdll.dll.so, not a regular file. Since it is a symbolic link rpm gives dependency error. I'll correct it. And I'll put new packages to my ftp.
You can install wine with --nodeps flag. And it will work.
Volkan