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

Remove dependency to deprecated libnsl #45

Open
Thomas-Brandt opened this issue May 27, 2020 · 2 comments
Open

Remove dependency to deprecated libnsl #45

Thomas-Brandt opened this issue May 27, 2020 · 2 comments

Comments

@Thomas-Brandt
Copy link
Contributor

Beginning with GNU C library in version 2.26 libnsl is no longer installed by default.
Please remove the dependency to deprecated libnsl.
It seems that the only reason for that dependency is usage of the function “gethostbyname”.
The usually used replacement for this function is “getaddrinfo”.

@mcarbonneaux
Copy link
Member

you can push a pull request to do that ?

@Thomas-Brandt
Copy link
Contributor Author

Currently we do not use this part of functionality.
We found a workaround for our use case (which is just removing the function calls completely) to get this package compiled.
Unfortunately we cannot provide at this moment a working implementation for all users of this library.

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