Estoy tratando de instalar monkeysphere
en un OS X de la máquina 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 Crypt::OpenSSL::Bignum
módulo de perl y el Homebrew me dice que para utilizar el comando cpan -i Crypt::OpenSSL::Bignum
para instalar ese módulo. Después escribe:
$ cpan -i Crypt::OpenSSL::Bignum
...
...
Y la dependencia, vuelva a escribir la brew
comando:
$ 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