http://www.perlmonks.org?node_id=101005


in reply to Problem: activestate ldap dll "could not be found"

I am using activestate's version of perl, I did a ppm install of PerLDAP, and perl-ldap. When I try to run an ldap query, I get a popup error of: The dynamic link library NSLDAPSSL32V30.dll could not be found in the specified path.... "/path info goes here", I did a search on the box and can't find that dll. Did I need to download it from somewhere else and add it?

PerLDAP is notoriously broken. I suspect you'll have better luck (and get better support from the Perl community) using Net::LDAP (ppm install Net-LDAP)

That being said, if you still insist on using PerLDAP, you will first need to install Mozilla (PerLDAP being a Perl interface to Netscape's LDAP implementation). That should provide the missing DLL.