https://bugs.winehq.org/show_bug.cgi?id=55555
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #3 from Rémi Bernon rbernon@codeweavers.com --- I've fixed this on my side. Kerberos was installed with brew install krb5 but:
1) That was not enough for it to be found by configure, and I had to add its /usr/local/Cellar/krb5/<version>/lib/pkgconfig path to PKG_CONFIG_PATH manually.
2) That was not enough for it to be found at runtime, and I had to add its /usr/local/Cellar/krb5/<version>/lib path to DYLD_LIBRARY_PATH manually.
Maybe an issue with the homebrew env not being setup correctly, or just it is expected to do so.
Other tests may be failing for similar reasons, I should probably do the same for other libs, and I've done it for PKG_CONFIG_PATH because it seems harmless, but I would prefer to do it on a per-lib basis for DYLD_LIBRARY_PATH.