On Thursday, 24 May 2012 at 20:11:22 UTC, Sönke Ludwig wrote:

Am 24.05.2012 21:23, schrieb Kirill:

Hi,

I just installed vibe.d (both stable and git versions).
When I try to run a simple test, I get the following errors.

./runexample.sh simplehttp
/usr/bin/ld: cannot find -levent
/usr/bin/ld: cannot find -levent
openssl
collect2: ld returned 1 exit status
--- errorlevel 1

I'm running ubuntu 11.10.

Are there any libraries that I'm missing?

Thank,
--Kirill

You need to have libevent-dev and libssl-dev installed.

There is a short description on github:
https://github.com/rejectedsoftware/vibe.d#installation-on-linux-debianubuntu

it worked. thanks