Am 17.05.2014 08:42, schrieb Martin:

What I tried is the following:

dub init test vibe.d
cd test
dub build

(...)

Do I need to set a path to get the linking correct? It seems like the compiling the vibe.d library target was successful.

Thanks for your help!

Martin

Do you have libevent2-dev (or equivalent) installed? If yes, and it
still fails, you could try to run dub -v to let it output the exact
link command that fails. That should hopefully give the right hint.