用的2.3.0的官方版,加上对应版本的obfs补丁,装了一堆lib和工具之后,
./configure 提示没有snappy:
configure: checking for Snappy Library and Header files...
checking for snappy_compress in -lsnappy... no
Snappy library not found.
checking snappy-c.h usability... no
checking snappy-c.h presence... no
checking for snappy-c.h... no
Snappy headers not found.
但是我的确安装了snappy,对应的lib和header文件分别在/usr/local/lib 和 /usr/local/include下面,手动确认过文件存在
./configure --libdir=/usr/local/lib --includedir=/usr/local/include
也是一样的错误提示
求解……
./configure 提示没有snappy:
configure: checking for Snappy Library and Header files...
checking for snappy_compress in -lsnappy... no
Snappy library not found.
checking snappy-c.h usability... no
checking snappy-c.h presence... no
checking for snappy-c.h... no
Snappy headers not found.
但是我的确安装了snappy,对应的lib和header文件分别在/usr/local/lib 和 /usr/local/include下面,手动确认过文件存在
./configure --libdir=/usr/local/lib --includedir=/usr/local/include
也是一样的错误提示
求解……