#36811: heimdal: kinit segfaults ------------------------+----------------------- Reporter: aronnax@… | Owner: landonf@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: heimdal | ------------------------+----------------------- Comment (by aronnax@…): Replying to [comment:6 raimue@…]:
Digging a little bit further, it seems that the culprit is the initialization function `init_ccapi` in `heimdal-1.5.2/lib/krb5/acache.c:146`. This source files hardcodes the framework path `/System/Library/Frameworks/Kerberos.framework/Kerberos` and uses the dyld function `dlsym()` to find some symbols.
Also I could reproduce the segmentation fault with the binaries for Heimdal 1.5.2 and Heimdal 1.5.3 offered as disk images [http://www.h5l.org/dist/src/ from upstream] (they install into the prefix `/usr/heimdal`).
Which library is it actually trying to link against here, and which port would provide it? In the other clauses of this {{{#if}}}/{{{#else}}} block, on other platforms it will look for libkrb5_cc. But {{{port contents heimdal}}} does not list any file called {{{libkrb5_cc.*}}}. -- Ticket URL: <https://trac.macports.org/ticket/36811#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X