http://bugs.winehq.org/show_bug.cgi?id=18813
--- Comment #11 from Joerg Schiermeier newsletter@Schiermeier-Software.de 2009-06-08 11:32:02 --- (In reply to comment #9)
I just checked the package archive directly, and it absolutely has /usr/share/wine/wine.inf included.
This error message: /usr/bin/../lib32/../share/wine/wine.inf: No such file or directory Can occur for some other reasons.
Do you have a /usr/lib32 directory?
Yes. Look:
-----<cite>----- joerg@Schiermeier:~$ cd /usr/lib32/wine joerg@Schiermeier:/usr/lib32/wine$ ls -l insgesamt 59048 -rw-r--r-- 1 root root 75564 5. Jun 22:59 acledit.dll.so -rw-r--r-- 1 root root 79508 5. Jun 22:59 aclui.dll.so (...) -rw-r--r-- 1 root root 76496 5. Jun 22:59 xinput9_1_0.dll.so -rw-r--r-- 1 root root 75576 5. Jun 22:59 xmllite.dll.so joerg@Schiermeier:/usr/lib32/wine$ -----</cite>-----
Are you sure you installed debian for amd64?
Yes - I download this file: http://wine.budgetdedicated.com/apt/pool/main/w/wine/wine_1.1.23~winehq0~ubuntu~8.10-0ubuntu1_amd64.deb
I didn't this the first time. It works over several monthes (years) and versions of wine (If I remember right I start with work in and use of wine in September 2004). But this is the first time this error message appears. After my installation I always use 'wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 /usr/share/wine/wine.inf' to create the basic files in $HOME/.wine.
My Linux is this -----<cite>----- joerg@Schiermeier:/usr/lib32/wine$ uname -a Linux Schiermeier 2.6.29-2.slh.1-sidux-amd64 #1 SMP PREEMPT Mon Apr 27 19:20:24 UTC 2009 x86_64 GNU/Linux -----</cite>-----
btw: What Alexandre wrote in his posting 'Comment #10' there I found this:
-----<cite>----- joerg@Schiermeier:/$ cd /usr joerg@Schiermeier:/usr$ ls -l insgesamt 523 drwxr-xr-x 3 root root 72 30. Apr 02:25 arm-linux-gnu drwxr-xr-x 4 root root 96 23. Jul 2006 arm-wince-pe drwxr-xr-x 3 root root 189912 8. Jun 04:13 bin drwxr-xr-x 2 root root 176 30. Dez 00:47 doc drwxr-xr-x 2 root root 5888 6. Jun 16:08 games drwxr-xr-x 10 root root 240 31. Dez 05:10 i386-mingw32msvc drwxr-xr-x 3 root root 72 30. Apr 02:25 i486-linux-gnu drwxr-xr-x 5 root root 120 31. Dez 02:32 i586-mingw32msvc drwxr-xr-x 455 root root 45352 8. Jun 04:13 include drwxr-xr-x 450 root root 259064 8. Jun 04:08 lib lrwxrwxrwx 1 root root 24 19. Jan 2008 lib32 -> /emul/ia32-linux/usr/lib lrwxrwxrwx 1 root root 3 19. Jan 2008 lib64 -> lib drwxr-xr-x 3 root root 72 31. Dez 02:32 libexec drwxrwsr-x 11 root staff 272 1. Jun 04:14 local drwxr-xr-x 3 root root 72 22. Jul 2006 man drwxr-xr-x 3 root root 72 30. Apr 02:25 mips-linux-gnu drwxr-xr-x 2 root root 14096 7. Jun 21:26 sbin drwxr-xr-x 791 root root 21800 8. Jun 04:13 share drwxrwsr-x 6 root src 544 15. Mai 01:55 src drwxr-xr-x 3 root root 120 12. Dez 21:39 X11R6 drwxr-xr-x 4 root root 96 30. Apr 02:25 x86_64-linux-gnu joerg@Schiermeier:/usr$ -----</cite>-----
So the '/usr/lib32' where the wine-directory lives is a link to '/emul/ia32-linux/usr/lib'. Like Alexandre wrote.