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

Build examples no shrpx? #30

Closed nutinshell closed 12 years ago

nutinshell commented 12 years ago

Build examples but have no shrpx, how to build it?

tatsuhiro-t commented 12 years ago

Have you installed the development files of openssl, libevent and libevent-openssl? Version? 2012/07/09 3:13 "nutinshell" < reply@reply.github.com

:

Build examples but have no shrpx, how to build it?


Reply to this email directly or view it on GitHub: https://github.com/tatsuhiro-t/spdylay/issues/30

nutinshell commented 12 years ago

It seems all installed:

root@d:~/spdylay# dpkg -l| grep libev ii libev-dev 1:4.11-1 static library, header files, and docs for libev ii libev4 1:4.11-1 high-performance event loop library modelled after libevent ii libevent-2.0-5 2.0.16-stable-1 Asynchronous event notification library ii libevent-core-2.0-5 2.0.16-stable-1 Asynchronous event notification library (core) ii libevent-dev 2.0.16-stable-1 Asynchronous event notification library (development files) ii libevent-extra-2.0-5 2.0.16-stable-1 Asynchronous event notification library (extra) ii libevent-openssl-2.0-5 2.0.16-stable-1 Asynchronous event notification library (openssl) ii libevent-pthreads-2.0-5 2.0.16-stable-1 Asynchronous event notification library (pthreads) root@d:~/spdylay# dpkg -l| grep ssl ii libevent-openssl-2.0-5 2.0.16-stable-1 Asynchronous event notification library (openssl) ii libio-socket-ssl-perl 1.53-1 Perl module implementing object oriented interface to SSL sockets ii libnet-ssleay-perl 1.42-1build1 Perl module for Secure Sockets Layer (SSL) ii libssl-dev 1.0.1-4ubuntu5.2 SSL development libraries, header files and documentation ii libssl1.0.0 1.0.1-4ubuntu5.2 SSL shared libraries ii openssl 1.0.1-4ubuntu5.2 Secure Socket Layer (SSL) binary and related cryptographic tools ii ssl-cert 1.0.28ubuntu0.1 simple debconf wrapper for OpenSSL

nutinshell commented 12 years ago

Redo autoreconf and solved this issue, thx.