Hi,

On Freitag, 10. Januar 2020 04:52:10 CET Richard G. Reyes wrote:
> But when I try to execute my app it says:
> 
> Name or service not known at .ldaplookup.pl line 184.

Not a perl-ldap issue.

Googling hints at a problem with the name resolution of the host/URL you want 
to connect to.

Was able to reproduce it on a working installation of perl-ldap:

$ perl -MNet::LDAP -e 'my $ld = Net::LDAP->new("ldaps://unknown") or die($@);'

Name or service not known at -e line 1, <DATA> line 755.

Maybe a typo in the URL?

Best
PEter

-- 
Peter Marschall
pe...@adpm.de

Reply via email to