Estoy intentando instalar monkeysphere
en una máquina OS X con Homebrew
:
$ brew install monkeysphere
monkeysphere: Unsatisfied dependency: Crypt::OpenSSL::Bignum
Homebrew does not provide Perl dependencies; install with:
cpan -i Crypt::OpenSSL::Bignum
Error: An unsatisfied requirement failed this build.
monkeysphere necesita el módulo Crypt::OpenSSL::Bignum
perl y Homebrew me dice que use el comando cpan -i Crypt::OpenSSL::Bignum
para instalar ese módulo. Después escribo:
$ cpan -i Crypt::OpenSSL::Bignum
...
...
E instalo la dependencia, vuelvo a escribir el comando brew
:
$ brew install monkeysphere
==> Downloading http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.36.orig.tar.gz
######################################################################## 100.0%
==> Patching
patching file Makefile
Hunk #5 succeeded at 62 (offset 1 line).
Hunk #6 succeeded at 85 (offset 2 lines).
Hunk #7 succeeded at 88 (offset 2 lines).
Hunk #8 succeeded at 92 (offset 2 lines).
==> make install