On Thu, Feb 4, 2016 at 3:34 PM Sumonto Ghosh <[email protected] <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote:
> Can I use libevent without OpenSSL? > Yes: ./configure --help Wish SSH work? > Not out of the box, maybe libssh has a notification system > > I did build OpenSSL prior to building libevent > > *Installed openssl as:* > > ./Configure darwin64-x86_64-cc && make install > OS X has their own version of ssl iirc, conflicts may arise, might want to consult the libevent book on that one. > > Thanks. > > On Thu, Feb 4, 2016 at 3:02 PM, Tomer Heber <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> Hi, >> >> >> >> It seems you are building libevent with openssl support. >> >> You will need to build openssl before using libevent or build libevent >> without ssl support. >> >> >> >> 10x, >> >> Tomer. >> >> >> >> *From:* [email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');> >> [mailto:[email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>] *On >> Behalf Of *Sumonto Ghosh >> *Sent:* Thursday, February 04, 2016 3:01 PM >> *To:* [email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');> >> *Subject:* [Libevent-users] Install help on Max OS X >> >> >> >> Hi >> >> How do I install libevent on Max OS X? >> >> >> >> *Installed openssl as:* >> >> ./Configure darwin64-x86_64-cc && make install >> >> *Installed libevent as:* >> >> ./config x86_64 && make >> >> >> >> I get the following error: >> >> [image: Inline image 1] >> > >
