openpgp2ssh (strumento monkeysphere) installato con Homebrew su OS X error Impossibile trovare Crypt / OpenSSL / Bignum.pm in @INC

1

Sto cercando di installare monkeysphere su un sistema 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 ha bisogno del modulo Crypt::OpenSSL::Bignum perl e Homebrew mi sta dicendo di usare il comando cpan -i Crypt::OpenSSL::Bignum per installare quel modulo. Dopo aver digitato:

$ cpan -i Crypt::OpenSSL::Bignum
...
...

E installa la dipendenza, re-digita il 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
                    
posta user3019105 13.09.2015 - 13:43
fonte

1 risposta

1

Il problema era cpan installato con MacPorts. Ho dovuto installare il modulo con $ /usr/bin/cpan -i Crypt::OpenSSL::Bignum , specificando un percorso assoluto per cpan .

    
risposta data 14.09.2015 - 10:13
fonte

Leggi altre domande sui tag