gokrazy / freeze

Little helper to create tar balls of an executable together with its ELF shared library dependencies. Useful for prototyping with gokrazy: https://gokrazy.org/prototyping/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libresolv / libnss are not frozen (for iperf3, or wget)

stapelberg opened this issue · comments

When name resolution (via getaddrinfo) is broken due to lack of libnss*.so and libresolv*.so, iperf3 fails to start with an opaque error message (iperf3: error - unable to send control message: Bad file descriptor).

Looks like libnss_dns* and libresolv* are the minimum files we need for name resolution to work.