2016年11月23日星期三
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"
-----------------------------------------------------
订阅:
博文评论 (Atom)
没有评论:
发表评论