export CPLUS_INCLUDE_PATH=/usr/include/ev:$CPLUS_INCLUDE_PATH
cd /home/chat_server
g++ *.cpp -o main -levent -lpthread -std=c++11
g++ *.cpp -o main -lpthread -levent -lmysqlclient -std=c++1
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.25.43.44 netmask 255.255.240.0 broadcast 172.25.47.255
inet6 fe80::216:3eff:fe30:8d49 prefixlen 64 scopeid 0x20
ether 00:16:3e:30:8d:49 txqueuelen 1000 (Ethernet)
RX packets 58449 bytes 77976389 (77.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 8600 bytes 1812490 (1.8 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 527 bytes 43103 (43.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 527 bytes 43103 (43.1 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
服务器防火墙
https://developer.aliyun.com/article/508543