[Bug 44775] [winevulkan] Failed to open dynamic library

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 21 10:34:14 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=44775

--- Comment #14 from Roderick Colenbrander <thunderbird2k at gmail.com> ---
(In reply to GG from comment #10)
> I think wine installation is a good clue...
> winevulkan.dll exists, but I found their compilation logs :
> https://www.playonlinux.com/wine/logs/linux-amd64/wine-3.4-linux-amd64.log
> 
> We could see somewhere the end of ./configure 
> 
> [...]
> config.status: executing include/stamp-h commands
> config.status: executing Makefile commands
> 
> configure: OpenCL 32-bit development files not found, OpenCL won't be
> supported.
> configure: pcap 32-bit development files not found, wpcap won't be supported.
> configure: libpulse 32-bit development files not found or too old, Pulse
> won't be supported.
> configure: gstreamer-1.0 base plugins 32-bit development files not found,
> GStreamer won't be supported.
> configure: libudev 32-bit development files not found, plug and play won't
> be supported.
> configure: libSDL2 32-bit development files not found, SDL2 won't be
> supported.
> configure: libvulkan 32-bit development files not found, Vulkan won't be
> supported.
> 
> configure: Finished.  Do 'make' to compile Wine.
> 
> So libvulkan seems not present on compilation plateform... I guess is the
> problem ?
> 
> Any advice to get a "compiled" version of wine 3.4 x64 or I have to install
> all libs/headers and compile myself ?
> Any issue if I use an LXC to compile instead of my master system ?

You need to make sure you have both a 32-bit and 64-bit libvulkan.so.1
installed. You are missing the 32-bit vulkan lib, which is needed during
compilation.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list