Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Problem: activestate ldap dll "could not be found"

by scottstef (Curate)
on Jul 30, 2001 at 21:17 UTC ( [id://100905]=perlquestion: print w/replies, xml ) Need Help??

scottstef has asked for the wisdom of the Perl Monks concerning the following question:

Greetings,
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?

"The social dynamics of the net are a direct consequence of the fact that nobody has yet developed a Remote Strangulation Protocol." -- Larry Wall

  • Comment on Problem: activestate ldap dll "could not be found"

Replies are listed 'Best First'.
Re: Problem: activestate ldap dll "could not be found"
by IDStewart (Acolyte) on Jul 31, 2001 at 02:28 UTC
    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.

      Just wanted to follow up on this.

      Looks like a spoke too soon. Apparently, the LDAP implementation is distributed as a seperate product called Netscape Directory.

      Hope I didn't steer too many folks astray...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://100905]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (8)
As of 2024-04-19 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found