fcgi2 icon indicating copy to clipboard operation
fcgi2 copied to clipboard

Remove dependency to deprecated libnsl

Open Thomas-Brandt opened this issue 4 years ago • 2 comments

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”.

Thomas-Brandt avatar May 27 '20 08:05 Thomas-Brandt

you can push a pull request to do that ?

mcarbonneaux avatar Jul 23 '20 15:07 mcarbonneaux

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.

Thomas-Brandt avatar Aug 07 '20 07:08 Thomas-Brandt