I tried compiling and installing spdylay on ubuntu 13.04, but i got the following error.
pls help me to solve this problem.
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I./../lib/includes -I./../lib/includes -I/usr/local/include -I/usr/include/libxml2 -DHAVE_CONFIG_H -g -O2 -MT spdycat.o -MD -MP -MF .deps/spdycat.Tpo -c -o spdycat.o spdycat.cc
mv -f .deps/spdycat.Tpo .deps/spdycat.Po
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -L/usr/local/lib -lssl -lcrypto -lxml2 -pthread -o spdycat util.o timegm.o spdylay_ssl.o spdycat.o HtmlParser.o http_parser.o ../lib/
libspdylay.la -L/usr/local/lib -lz
libtool: link: g++ -g -O2 -pthread -o .libs/spdycat util.o timegm.o spdylay_ssl.o spdycat.o HtmlParser.o http_parser.o -L/usr/local/lib -lssl -lcrypto -lxml2 ../lib/.libs/libspdylay.so -lz -pthread
/usr/bin/ld: /usr/local/lib/libcrypto.a(dso_dlfcn.o): undefined reference to symbol 'dladdr@@GLIBC_2.0'
/usr/bin/ld: note: 'dladdr@@GLIBC_2.0' is defined in DSO /lib/i386-linux-gnu/libdl.so.2 so try adding it to the linker command line
/lib/i386-linux-gnu/libdl.so.2: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [spdycat] Error 1
make[2]: Leaving directory `/home/rams/Downloads/spdylay-0.3.8/src'
make[1]: *** [all-recursive] Error 1