[root@ gwan]# file gwan
gwan: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), statically linked, stripped
[root@ gwan]# ldd gwan
not a dynamic executable
[root@ gwan]# du -csh gwan
208K gwan
208K total
关羽是如何施展魔法的?
作为一个 web 服务器,它需要做 socket 编程和许多其他繁重的工作,这些工作都需要与 libc 链接,但 gwan 似乎不是这样。这怎么可能?