On Thu, Feb 4, 2016 at 3:34 PM Sumonto Ghosh <sumonto.ghosh@xxxxxxxxx> wrote:Can I use libevent without OpenSSL?Yes:ÂÂ./configure --helpWish SSH work?Not out of the box, maybe libssh has a notification systemÂI did build OpenSSL prior to building libeventInstalled 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 <tomer@xxxxxxxxxxxx> 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: owner-libevent-users@xxxxxxxxxxxxx [mailto:owner-libevent-users@xxxxxxxxxxxxx] On Behalf Of Sumonto Ghosh
Sent: Thursday, February 04, 2016 3:01 PM
To: libevent-users@xxxxxxxxxxxxx
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: