Tatsuhiro Tsujikawa
Tatsuhiro Tsujikawa
I think you were building trafficserver. Better to ask a help from trafficserver dev.
Install at least following packages (I don't know how they are named in FreeBSD) - autoconf - automake - autotools-dev - libtool - pkg-config And run `autoreconf -i`, not `autoconf...
Recent Linux distributions have packaged almost all necessary packages. What kind of OS are you using? Which packages are you struggling to install?
If you get error from apt-get, then it is not spdylay issue.
Adding -all-static to LDFLAGS is the first step for statically linked binary, but I saw some problem with getaddrinfo and dlopen. The linker issues warning about them when linking, saying...
spdyd depends on libxml2. Please make sure that its development package and runtime are installed.
My previous comment is wrong. Ignore it. spdyd requires that epoll or kqueue event polling mechanism exist in the system. If your system lacks neither of them, spdyd is not...
Which OS are you using? epoll or kqueue is implemented in kernel, so if you don't use the OS supporting them, you are out of luck. But first of all,...
I admit that it can be read in that way. It is better to ask this in httpbis mailing list.
OTOH, "This" refers to "A change in the maximum size of the dynamic table is signaled via a dynamic table size update", which is HPACK's dynamic table size update, and...