2016年12月1日星期四
WD my book live transmission 2.92
I compiled a transmission 2.92 for WD my book live. Please see: https://github.com/soyoeml/transmission-2.92
There is a instructions for how to compile. Enjoy!
TAG: WD my book live transmission 2.92 compile
2016年11月23日星期三
error while loading shared libraries: .so : cannot open shared object file: No such file or directory
error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory
Fix: If you have the lib, just make a symbol link.
ln -s your_path/libevent-2.0.so.5 /usr/lib/libevent-2.0.so.5
error: Package requirements (libcurl >= 7.15.4) were not met
When I compile transmission 2.92 for my WD my book live, I got this error when running ./configure.
error: Package requirements (libcurl >= 7.15.4) were not met
But my libcurl version is 7.24 already.
Fix buy this:
-----------------------------------------------------
./configure --disable-mac --disable-nls OPENSSL_CFLAGS=-I/opt/include OPENSSL_LIBS="-L/opt/lib -lssl -lcrypto -ldl" LIBEVENT_CFLAGS=-I/opt/include LIBEVENT_LIBS="-L/opt/lib -levent" ZLIB_CFLAGS=-I/opt/include ZLIB_LIBS="-L/opt/lib -lz" LIBCURL_CFLAGS=-I/opt/include LIBCURL_LIBS="-L/opt/lib -lcurl"
-----------------------------------------------------
2016年3月21日星期一
cannot print tornado http headers
tornado.httputil.HTTPHeaders object at XXXXX
That's because of tornado version problem. Please install these version >=3.1 and <= 4.2.
tornado <=4.2, >=3.1
Tag: cannot print tornado http headers tornado.httputil.HTTPHeaders object at
订阅:
博文 (Atom)