https://bugs.winehq.org/show_bug.cgi?id=48314 Bug ID: 48314 Summary: Building wine on CentOS7 fails due to lack of libkrb5 Product: Wine Version: 5.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: oleg.kuznetsov(a)metamint.ru Distribution: --- Created attachment 66024 --> https://bugs.winehq.org/attachment.cgi?id=66024 Error during executing "time make" I'm trying to build 32 bit wine from git on CentOS7, and even though I have installed package krb5-devel, configure doesn't see it and even further: during compilation it fails on building "dlls/kerberos", while it should skip it. [user1(a)localhost wine]$ uname -r 3.10.0-1062.9.1.el7.x86_64 [user1(a)localhost ~]$ yum info krb5-devel --- snip --- Installed Packages Name : krb5-devel Arch : i686 Version : 1.15.1 Release : 37.el7_7.2 Size : 766 k Repo : installed
From repo : updates --- snip ---
[user1(a)localhost wine]$ ./configure --- snip --- config.status: executing Makefile commands configure: OpenCL 32-bit development files not found, OpenCL won't be supported. configure: libhal 32-bit development files not found, no legacy dynamic device support. configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported. configure: libSDL2 32-bit development files not found, SDL2 won't be supported. configure: libFAudio 32-bit development files not found, XAudio2 won't be supported. configure: libcups 32-bit development files not found, CUPS won't be supported. configure: libkrb5 32-bit development files not found (or too old), Kerberos won't be supported. configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. configure: vkd3d 32-bit development files not found (or too old), Direct3D 12 won't be supported. configure: Finished. Do 'make' to compile Wine. -- 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.