Skip to content
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

Closed
edwberger opened this issue Apr 27, 2015 · 5 comments
Closed

krb5 missing errortable and dports config #148

edwberger opened this issue Apr 27, 2015 · 5 comments

Comments

@edwberger
Copy link

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.

@jrmarino
Copy link
Contributor

link it with libcom_err

@jrmarino
Copy link
Contributor

jrmarino commented May 6, 2015

ah, i thought you were trying to use libkrb5.so on a separate project. I misread.

@jrmarino
Copy link
Contributor

jrmarino commented May 6, 2015

This is nasty.
/usr/lib/libcom_error.so.3 exists.
so does /usr/local/lib/libcom_error.so.3

the linker is picking up the base com_err library. One of these needs a different SO number.

@edwberger
Copy link
Author

Hi John,
Thanks for looking into it.

linker magic is currently beyond my experience level.

Ed Berger
eberger@psc.edu

On 5/6/2015 10:19 AM, jrmarino wrote:

This is nasty.
/usr/lib/libcom_error.so.3 exists.
so does /usr/local/lib/libcom_error.so.3

the linker is picking up the base com_err library. One of these needs
a different SO number.


Reply to this email directly or view it on GitHub
#148 (comment).

@jrmarino
Copy link
Contributor

jrmarino commented Nov 4, 2015

This was related to old libcom_err being in base. It's been removed.

@jrmarino jrmarino closed this as completed Nov 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants