gbarr / perl-Convert-ASN1

encode/decode data using ASN.1 description
http://search.cpan.org/dist/Convert-ASN1/
13 stars 21 forks source link

Is there a way to install Convert::ASN1 offline #30

Closed Asalle closed 7 years ago

Asalle commented 8 years ago

I run Cygwin and while installing OpenLDAP client called led I ran into an error Net::LDAP ....................\ FAILED ** Can't locate Convert/ASN1.pm in @INC The Net::LDAP module is required for led I don't want to start network things on Cygwin, and I haven't found any offline installation notes.

Corion commented 7 years ago

This is not really an issue with Convert::ASN1. How are you trying to install the Net::LDAP module?

The recommended way is to use the "cpan" tool that comes with Perl. It will download all prerequisite modules and install them. If you are doing a manual installation of Net::LDAP, you will need to find all its prerequisite modules, download them and install them and their prerequisites as well.