-
Notifications
You must be signed in to change notification settings - Fork 241
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
libsubid.so
shouldn't require symbol Prog
#329
Comments
Hm, yes, but that could be painful to undo as it's pretty deeply entrenched. Will need to think if there's a nice way to handle that. |
Probably |
I was also thinking of supporting some sort of subid_init("myprog") call (which later might support other configurations... but I doubt people would want to add such a call. The (deeply entrenched) uses of Prog tend to be in the same places as use of stderr, so I think a generally logging infrastructure might be the best answer to both. |
Closes shadow-maint#329 Also #include stdio.h Signed-off-by: Serge Hallyn <[email protected]>
This is quite unexpected for applications linking with
libsubid
:.../lib64/libsubid.so: undefined reference to 'Prog'
The text was updated successfully, but these errors were encountered: