openpgp2ssh (herramienta monkeysphere) instalado con Homebrew en OS X error No se puede encontrar Crypt / OpenSSL / Bignum.pm en @INC

1

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
                    
pregunta user3019105 13.09.2015 - 13:43

1 respuesta

1

El problema fue cpan instalado con MacPorts. Tuve que instalar el módulo con $ /usr/bin/cpan -i Crypt::OpenSSL::Bignum , especificando una ruta absoluta para cpan .

    
respondido por el user3019105 14.09.2015 - 10:13

Lea otras preguntas en las etiquetas