Hi,

I'm trying to use vibe.d on a CentOS 6.2 machine,

I followed instructions on github page:

  • download dmd2.066.0 zip from dlang.org and unzip it
  • download dub-0.9.22 source and build it
  • download libevent-2.0.15.stable and build it
  • yum install openssl

finally I got it compiled, but linking got such error:

....
....
/opt/zpm/d/hello/../../../../root/.dub/packages/vibe-d-0.7.21-beta.4/source/vibe/stream/openssl.d:487: undefined reference to `EC_KEY_free'
/usr/local/lib/libevent_pthreads.so: undefined reference to `event_mm_malloc_'
/usr/local/lib/libevent_pthreads.so: undefined reference to `event_mm_free_'

is it because I got the wrong version of openssl?

Package openssl-1.0.0-27.el6.x86_64 already installed and latest version