http://bugs.winehq.org/show_bug.cgi?id=6619
Summary: "make install" installs many libraries in wrong prefix area Product: Wine Version: 0.9.24. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: rm.riches@verizon.net
With wine-0.9.22-mdk and wine-debug-symbols-0.9.22-mdk installed from binary RPM on a Mandriva Linux 2006 system, built wine 0.9.24 from source, using --prefix=/usr/local option to config, then installed. While the executables got installed in /usr/local/bin, many libraries got installed in /usr/lib, in violation of the specified prefix. A total of 397 files in /usr/lib were overwritten by the install that should have sent all content to /usr/local/lib. Many if not most applications can be installed with one RPM version in /usr/lib and a non-RPM version in /usr/local/lib. I'll attach a list of filenames. This problem not only corrupted the 0.9.22 installation but it caused failure of attempts to run the 0.9.24 version from /usr/local on a machine that mounts /usr/local over NFS.