Thread overview
vibe.d error on OS X 10.6
Jan 10, 2013
Chris
Jan 10, 2013
Chris
Jan 10, 2013
jerro
Jan 11, 2013
Jacob Carlborg
Jan 11, 2013
Chris
Mar 07, 2014
Antonio
Apr 21, 2017
Schmo
January 10, 2013
Got the following error when running vibe after installing:

ld: library not found for -levent_pthreads
collect2: ld returned 1 exit status
--- errorlevel 1
January 10, 2013
On Thursday, 10 January 2013 at 22:50:02 UTC, Chris wrote:
> Got the following error when running vibe after installing:
>
> ld: library not found for -levent_pthreads
> collect2: ld returned 1 exit status
> --- errorlevel 1

DMD 2.061
vibe.d 0.7.11 beta
January 10, 2013
On Thursday, 10 January 2013 at 22:50:02 UTC, Chris wrote:
> Got the following error when running vibe after installing:
>
> ld: library not found for -levent_pthreads
> collect2: ld returned 1 exit status
> --- errorlevel 1

It sounds like you need to install libevent.
January 11, 2013
On 2013-01-11 00:49, jerro wrote:

> It sounds like you need to install libevent.

$ sudo port install libevent

If you're using macports.

-- 
/Jacob Carlborg
January 11, 2013
On Friday, 11 January 2013 at 07:31:45 UTC, Jacob Carlborg wrote:
> On 2013-01-11 00:49, jerro wrote:
>
>> It sounds like you need to install libevent.
>
> $ sudo port install libevent
>
> If you're using macports.

Thanks, will try that
March 07, 2014
$ brew install libevent

If you are using Homebrew

April 21, 2017
On Friday, 7 March 2014 at 09:40:04 UTC, Antonio wrote:
> $ brew install libevent
>
> If you are using Homebrew

Thanks, that worked like a charm!