-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
krb5 missing errortable and dports config #148
Comments
link it with libcom_err |
ah, i thought you were trying to use libkrb5.so on a separate project. I misread. |
This is nasty. the linker is picking up the base com_err library. One of these needs a different SO number. |
Hi John, linker magic is currently beyond my experience level.Ed Berger On 5/6/2015 10:19 AM, jrmarino wrote:
|
This was related to old libcom_err being in base. It's been removed. |
Tried to use the kerberos version of rsh from pkg krb5-appl and got undefined symbol "add_error_table" in krb5.so message
/usr/local/bin/rsh -x filefetch@watchdog.psc.edu cat hosts/hosts.psc
/usr/local/lib/libkrb5.so: Undefined symbol "add_error_table"
building krb5 in /usr/dports/security gives same error.
The text was updated successfully, but these errors were encountered: