Errors on missing protocols and services file
If you are running Go builds, with this version of sqlite in a Docker Container, that does not have:
- /etc/protocols
- /etc/services
This results in a error on run-time ( and you need to trace it back in the code ). Maybe better to standard include this data in the default build, instead of relying on it being available.