[MacPorts] #72017: py313-krb5 @0.7.0: OSError: dlopen(libkrb5.so, 6): image not found
MacPorts
noreply at macports.org
Sat Feb 8 01:19:41 UTC 2025
#72017: py313-krb5 @0.7.0: OSError: dlopen(libkrb5.so, 6): image not found
---------------------------+---------------------------------------
Reporter: barracuda156 | Owner: petrrr
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: | Keywords: tiger leopard snowleopard
Port: py313-krb5 |
---------------------------+---------------------------------------
Changes (by ryandesign):
* keywords: snowleopard => tiger leopard snowleopard
Comment:
Replying to [comment:2 ryandesign]:
> the build may be going through a different code path on older systems.
Indeed setup.py has code to use the private heimdal framework only on Mac
OS X 10.7 and later:
{{{#!python
macos_native = False
if sys.platform == "darwin":
mac_ver = [int(v) for v in platform.mac_ver()[0].split(".")]
macos_native = mac_ver >= [10, 7, 0]
}}}
--
Ticket URL: <https://trac.macports.org/ticket/72017#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list