getaddrinfo cannot be statically linked if glibc is used
Open
new feature
- Dominant language
- Haskell
- Stars
- 366
- Forks
- 210
- Avg merge
- 22h 38m
- Merged PRs (30d)
- 5
Description
For easy deployment of network programs in Haskell, it would be nice if all libraries were statically linked. Golang does this well as we know.
Unfortunately, it appeared that `getaddrinfo` in `glibc` has to be always dynamically linked due to `libnss`. Now we have the `dns` library, I would like to implement `getAddrInfo` purely in Haskell.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.