rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
885 stars 209 forks source link

recipe for target 'diffie_hellman.lo' failed #188

Closed 4K-Crisp closed 5 years ago

4K-Crisp commented 5 years ago

Makefile:424: recipe for target 'diffie_hellman.lo' failed make[3]: [diffie_hellman.lo] Error 1 make[3]: Waiting for unfinished jobs.... mv -f .deps/instrumentation.Tpo .deps/instrumentation.Plo make[3]: Leaving directory '/tmp/libtorrent-0.13.6/src/utils' Makefile:573: recipe for target 'all-recursive' failed make[2]: [all-recursive] Error 1 make[2]: Leaving directory '/tmp/libtorrent-0.13.6/src' Makefile:505: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/tmp/libtorrent-0.13.6' Makefile:414: recipe for target 'all' failed make: *** [all] Error 2

I'm getting this erro, i saw some reated issues and i need to patch, but how can i patch? Is there any step by step tutorial?

Thanks in advanced.

Im running debian 9.

rakshasa commented 5 years ago

Ususally the error happens earlier, post more than just the last bits of the build logs.

4K-Crisp commented 5 years ago

Ususally the error happens earlier, post more than just the last bits of the build logs.

i did a ./autogen.sh and ./configure them make -j4

And when i did make -j i got this: I pasted here -> https://pastebin.com/C4k6DHMY

Thanks for the answer

chros73 commented 5 years ago

Or you can try to build / run rtorrent-ps or rtorrent-ps-ch .

rakshasa commented 5 years ago

It might be some changes in openssl's headers, what version do you have installed?

4K-Crisp commented 5 years ago

It might be some changes in openssl's headers, what version do you have installed?

latest

kogoromori commented 5 years ago

Having the same problem. Is there already any solution for?

rakshasa commented 5 years ago

Try the current HEAD.

kogoromori commented 5 years ago

rtorrent 0.9.8 and libtorrent 0.13.8 did it for me. thanks.