http-parser/http_parser.h: No such file or directory

安装xx软件时出错:src/http_packet.hpp:31:37: fatal error: http-parser/http_parser.h: No such file or directory

解决办法:

1.安装httpparser

sudo aptget install git

git clone git://github.com/benoitc/http-parser.git

cd http-parser && sudo python setup.py install
2.复制http-parser.h
cp http_parser.h ../../