http://bugs.winehq.org/show_bug.cgi?id=4420
Summary: compilation -make install dosen't produce functional wine Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.org ReportedBy: tuharsky@misbb.sk
Hi
On machine with Debian Sarge and distributional Wine 200503 installed, we need to install fresh new wine, and need to do it automatically on many machines.
Now, there are no packages for Sarge any newer than 200504, and the newest for Etch is version 0.9.2 (unusable anyway because of dependencies), and we need _new_ version because of bug fixes; in short: we need to deploy wine compiled from source.
So, I remove the distributional wine with depending libraries and do it as the User's Guide describes this process -as chain of typical steps: .configure make depend make make install
Using this way produces NO functional wine on the machine! The product of such process is error: wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or director
However, if i use tools/wineinstall instead, the result IS functional wine environment! There are downsides though: wineinstall tool cannot be executed automatically. It must be run under user's shell, he must answer question about system-wide installation and later enter the root password.