Hello Everyone,

I have a Centos8 as VM on Virtualbox. Installed Perl via yum:

[richard@localhost HPOO-Tests]$ perl --version

This is perl 5, version 26, subversion 3 (v5.26.3) built for
x86_64-linux-thread-multi
(with 51 registered patches, see perl -V for more detail)

Copyright 1987-2018, Larry Wall

Then installed :

sudo yum install perl-LDAP

Installed:
  perl-LDAP-1:0.66-5.el8.noarch
perl-Authen-SASL-2.16-13.el8.noarch       perl-Data-Dump-1.23-7.el8.noarch
  perl-Digest-HMAC-1.03-17.el8.noarch
perl-File-Listing-6.04-17.el8.noarch      perl-GSSAPI-0.28-23.el8.x86_64
  perl-HTML-Parser-3.72-14.el8.x86_64
perl-HTML-Tagset-3.20-33.el8.noarch
perl-HTTP-Cookies-6.04-2.el8.noarch
  perl-HTTP-Date-6.02-18.el8.noarch
perl-HTTP-Message-6.18-1.el8.noarch
perl-HTTP-Negotiate-6.01-19.el8.noarch
  perl-IO-HTML-1.001-10.el8.noarch
 perl-JSON-2.97.001-2.el8.noarch
perl-LWP-MediaTypes-6.02-14.el8.noarch
  perl-NTLM-1.09-17.el8.noarch
 perl-Net-HTTP-6.17-2.el8.noarch
perl-Text-Soundex-3.05-8.el8.x86_64
  perl-Text-Unidecode-1.30-5.el8.noarch
perl-TimeDate-1:2.30-13.el8.noarch        perl-Try-Tiny-0.30-2.el8.noarch
  perl-WWW-RobotRules-6.02-18.el8.noarch
 perl-libwww-perl-6.34-1.el8.noarch
 perl-Convert-ASN1-0.27-16.el8.noarch

Complete!

But when I try to execute my app it says:

Name or service not known at .ldaplookup.pl line 184.

which is

[image: image.png]

Hopefully you guys can point me to what I missed.

Thanks
Richard

Reply via email to