Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: When will CPAN.pm just work?

by superfrink (Curate)
on Jan 24, 2005 at 05:44 UTC ( [id://424504]=note: print w/replies, xml ) Need Help??


in reply to Re: When will CPAN.pm just work?
in thread When will CPAN.pm just work?

I have had a similar problem. It's due to the somewhat broken File Transfer Protocol. If you set the environment variable FTP_PASSIVE to 1 and then run cpan things should work better for you. In the bash shell this looks like:
export FTP_PASSIVE=1 perl -MCPAN -e shell

Replies are listed 'Best First'.
Re^3: When will CPAN.pm just work?
by kelan (Deacon) on Jan 24, 2005 at 13:27 UTC

    In bash and zsh (and probably most other shells), you can also set the environment variable on a per-process basis like this:

    $ FTP_PASSIVE=1 perl -MCPAN -e shell

Log In?
Username:
Password:

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

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

    No recent polls found