libthrift
要求boost库的智能指针,线程库以及librt
libthriftnb
依赖libevent,因此需要链接libevent
从目前的情况下看,只能够编译出静态库版本的thrift,预示着整一个工程只能够链接静态库
Depending upon whether you are linking dynamically or statically and how
your build environment it set up,
you may need to include additional
libraries when linking against thrift,
such as librt and/or libpthread. If
you are using libthriftnb you will also need libevent.
http://blog.csdn.net/zengraoli/article/details/51320593
究竟在什么地方会使用到openssl
在编译对应的lib文件时,并不需要引入openssl,仅当调用使用thrift的时候,加入了头文件TServerTransport.h才需要到openssl
参考
http://blog.csdn.net/kuenking111/article/details/47701847
时间: 2024-10-14 08:17:54