我成功地在我的计算机上安装了 node.js,但是当调用
make test
我收到一条错误消息:
python tools/test.py --mode=release simple
=== release test-net-pingpong ===
Path: simple/test-net-pingpong
server listening on 20989 localhost
server listening on 20988 undefined
Error: EAFNOSUPPORT, Address family not supported by protocol
at net:1041:19
at dns:105:7
at EventEmitter._tickCallback (node.js:48:25)
at node.js:176:9
我发现 EAFNOSUPPORT 表示操作系统不支持特定协议,而程序试图使用该协议。那么我能从什么推断出我的 Debian 不支持 dns 吗?
任何帮助都将不胜感激!