aMule Forum

English => en_Linux => Topic started by: Enlightenment on May 10, 2004, 07:38:39 AM

Title: ed2k binary missing
Post by: Enlightenment on May 10, 2004, 07:38:39 AM
Hi all.

I'm using FreeBSD 5.2.1 with aMule 1.2.6 and i'm missing the ed2k binary. It's not on my system. I searched the source tarball with no success. I could probably find it when i searched long enough, but maybe you guys could give me a link? Guess it's a real small binary, or script?

Anyway, thanks.  :rolleyes:
Title: Re: ed2k binary missing
Post by: stefanero on May 10, 2004, 11:37:56 AM
hey

well ed2k binary shoudl be in same directory as your amule binary
usually in /usr/local/bin
but I am not sure about freeBSD

stefanero
Title: Re: ed2k binary missing
Post by: Enlightenment on May 10, 2004, 02:55:24 PM
There is no ed2k binary on my computer, i did a
find / -name "ed2k"
which didn't find anything. :(

This was also the case with xMule, but i deinstalled that program long ago. FreeBSD uses the port collection to install, i do have the source tarball. In the past i could just download the ed2k binary from someone.

Or can you maybe tell me how i should build the ed2k binary from sourcecode? And only specifically that binary. :rolleyes:

Thanks!
Title: Re: ed2k binary missing
Post by: Jacobo221 on May 10, 2004, 11:42:17 PM
check `configure --help` but I don't know if there's a way to _only_ compile ed2k from the default `make` command... I guess you should run configure with defaults and then check "Makefile" to see if there's some `make ed2k` command available (most surely there'll be one). I'm sorry I'm not on my computer right now, so I can't check that for you :-(
Greetings!
Title: Re: ed2k binary missing
Post by: deltaHF on May 10, 2004, 11:55:47 PM
i guess u'll have to recompile amule yourself Enlightenment
Title: Re: ed2k binary missing
Post by: Enlightenment on May 11, 2004, 02:51:11 AM
Call me mari  :rolleyes:

I'll try using make, hope it won't bite me.  ;(
Title: Re: ed2k binary missing
Post by: deltaHF on May 11, 2004, 03:02:16 AM
use gmake for *bsd
Title: Re: ed2k binary missing
Post by: Jacobo221 on May 11, 2004, 03:10:26 AM
Well, I just got to my computer and checked. Conclusions:
switch into src/ directory and _from it_ run `make ed2k` (or `gmake ed2k` in BSDs)
So that's it ;-) That'll avoid a lot of time, and will only compile the ed2k binnary (in about few seconds).
Greetings!