Thank you so much, I missed that page.
I am running now, much appreciated.
Don't use Ubuntu but clearly you installed libevent packages are
wrong. Most likely those are shared library packages and vibe.d
wants to link to static libraries. This is what vibe.d Ubuntu
setup guide suggests:
sudo apt-get install libevent-dev libssl-dev
Have you tried that?
Hi, first time D newbie here, so please forgive me.
I am trying to write my first D program, namely a basic web
server using vibe.d and dub.
The code is the basic code on the vibe.d page:
http://vibed.org/
After installing dub, I init a new project using it and followed
the steps on how to