Subject: | module does not install in Mac OS X |
Date: | Sat, 17 Oct 2015 17:00:29 -0300 |
To: | bug-Net-SSH2 [...] rt.cpan.org |
From: | Toshiro Viera Stalker <toshiro.biz [...] gmail.com> |
I have brew installed and did (following the README):
brew install libssh2
When I try to compile I get the following:
Skip blib/lib/Net/SSH2/PublicKey.pm (unchanged)
Skip blib/lib/Net/SSH2/File.pm (unchanged)
Skip blib/lib/Net/SSH2/KnownHosts.pm (unchanged)
Skip blib/lib/Net/SSH2/Dir.pm (unchanged)
Skip blib/lib/Net/SSH2.pm (unchanged)
Skip blib/lib/Net/SSH2/Listener.pm (unchanged)
Skip blib/lib/Net/SSH2/SFTP.pm (unchanged)
Skip blib/lib/Net/SSH2/Channel.pm (unchanged)
cc -c -I/usr/local/include -I. -arch i386 -arch x86_64 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -Wno-deprecated-declarations -Os -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" "-I/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE" SSH2.c
SSH2.xs:30:10: fatal error: 'openssl/crypto.h' file not found
#include <openssl/crypto.h>
^
1 error generated.