Search This Blog

Showing posts with label perl. Show all posts
Showing posts with label perl. Show all posts

Friday, August 12, 2016

Compiled exe ActiveState Perl Net::LDAP failed to establish connection

Compiled exe using ActiveState Perl Net::LDAP failed to establish connection
Reference: http://www.nntp.perl.org/group/perl.ldap/2014/04/msg3756.html

Solution: rename C:\Perl64\site\lib\IO\Socket\INET6.pm to for example, C:\Perl64\site\lib\IO\Socket\INET6.pm.old

Monday, May 25, 2015

Install Perl Modules on CentOS 6

sudo yum install perl-CPAN
sudo cpan
say "yes" to everything

I had an error about missing perl-YAML, sudo yum install perl-YAML, as well.