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

Re: Re: To install a module...

by laughingboy (Monk)
on Sep 30, 2002 at 23:43 UTC ( [id://201892]=note: print w/replies, xml ) Need Help??


in reply to Re: To install a module...
in thread To install a module...

PPM tip of the day (1): PPM in 633 seems to have a somewhat strange bug where it won't install some modules claiming it can't find a suitable implementation. Try describing the module then installing it again. It will (if there actually is a Win implementation) then install. Strange.

Could you explain what you mean by "descibing the module" here?

laughingboy

Replies are listed 'Best First'.
Re(3): To install a module...
by Dog and Pony (Priest) on Oct 01, 2002 at 06:23 UTC
    Ah, sorry. Of course. There is a command 'describe' in PPM.

    Lets say you make a search for Foo:

    PPM> search Foo
    Which returns the result
    1. Foo 2. Foo::Bar
    When you then try 'install 1' to get Foo installed, you get the error message "No suitable implementation found" or some such. Then do 'describe 1', followed by another 'install 1'. Describe does list what platforms are available, and if 'MSWin32-x86-multi-thread' is not in the list, you are out of luck. Many times though, it seems PPM doesn't really check for this, but the describe forces it to do so, making the installation succeed.

    And yes, you can do 'describe Foo' directly instead.

    Hope that helps.


    You have moved into a dark place.
    It is pitch black. You are likely to be eaten by a grue.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-24 02:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found