Simple web server benchmark - vibe.d is slower than node.js and Go?
CRAIG DILLABAUGH
craig.dillabaugh at gmail.com
Fri Nov 3 19:08:26 UTC 2017
On Friday, 3 November 2017 at 18:44:30 UTC, Arun Chandrasekaran
wrote:
> On Monday, 30 October 2017 at 17:23:02 UTC, Daniel Kozak wrote:
>> Maybe this one:
>>
>
> clip
>
> vibedtest ~master: building configuration "dmd"...
> Linking...
> /usr/bin/ld: cannot find -levent
> /usr/bin/ld: cannot find -levent_pthreads
> collect2: error: ld returned 1 exit status
> Error: linker exited with status 1
> dmd failed with exit code 1.
> 03-11-2017 11:35:10 arun-desk-r7
> ~/code/personal/d/simple-web-benchmark
> $
Perhaps you need to install the libevent development package on
your system (libevent-dev or something similar).
More information about the Digitalmars-d
mailing list