tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Bring spdylay library in a custom program #27

Closed endamaco closed 11 years ago

endamaco commented 12 years ago

Hi Tatsuhiro! We would like to use you library in our program. We have a few problems while compiling the sources: all seems to work well but the "-a" option is disable beacause it says: "Warning: -a, --get-assets option cannot be used because the binary was not compiled with libxml2." Actually in our makefile we have included libxml2.. Do you have any suggestions?

Here's the makefile http://pastebin.com/1jhbPeFE

tatsuhiro-t commented 12 years ago

I think you mentioned spdycat's -a option. And the makefile is for your spdybench, right? Spdycat is built using configuration in spdylay package. If configure script in spdylay cannot find libxml2 installation, spdycat will be built without -a option support. Please check config.log of spdylay.

tatsuhiro-t commented 11 years ago

Closing, since no activity in this issue for more than 6 month. I assume this was fixed now.