Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

command to install Net::LDAP

by Anonymous Monk
on Dec 08, 2004 at 07:35 UTC ( [id://413120]=perlquestion: print w/replies, xml ) Need Help??

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

hi,
I am using Activestate perl. When i try to install net::Ldap using ppm it is giving error no module with that name in active repositories..Iam giving command like
install Net::LDAP
please tell me what command should i use..
thanks
akhil

Replies are listed 'Best First'.
Re: command to install Net::LDAP
by strat (Canon) on Dec 08, 2004 at 07:54 UTC
    try with ppm
    install perl-ldap

    Somehow the name is rather strange

    Best regards,
    perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

      thanks for the help..it worked..
Re: command to install Net::LDAP
by DigitalKitty (Parson) on Dec 08, 2004 at 08:06 UTC
    Hi Anonymous Monk.

    That command is correct but the module doesn't seem to be stored in that specific repository. I would suggest adding a few more (please see below):

    From your system prompt, type 'ppm'. At that prompt, type 'help repository'. This will display a wide variety of info on adding, deleting, etc. repositories.

    Once you find a repository you would like to add, the command to issue (at the ppm prompt) is:
    rep add "EZE" http://foo.com/MyPPMPackages

    The "EZE" is what that specific repository is identified by and the URL is simply it's address. You are under no obligation to name any of your repositories "EZE". That was merely an example. Once you issue this command, you've also set this repository as the active one. Consult the help page for further information.

    Hope this helps,
    ~Katie

    Update: I forgot about the naming convention used by ActiveState repositories. strat++

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found