Wine 1.5.30 - compilation ok, but doesn't work after install

Questions about Wine on Linux
Locked
giaur
Level 2
Level 2
Posts: 11
Joined: Sun Jan 09, 2011 12:04 pm

Wine 1.5.30 - compilation ok, but doesn't work after install

Post by giaur »

Debian x64, compiling wine from source. No errors during ./configure, no errors during install (make install). But when trying to run after installation:

Code: Select all

x@debian:~$ wine
wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
What's wrong? This is ./configure --prefix=/usr command output (no errors, warnings only):

Code: Select all

configure: libOSMesa 32-bit development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
configure: OpenCL 32-bit development files not found, OpenCL won't be supported.
configure: libv4l 32-bit development files not found.
configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported.
configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported.

configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.

configure: Finished.  Do 'make' to compile Wine.
This problem was introduced in wine 1.5.30. Wine 1.5.29, compiled the same way works without any problems. Any ideas?
Locked