Hi,

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

./run_example.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