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?