![]() |
|
Just another Perl shrine | |
PerlMonks |
Re^2: CPAN problems on Mac OS Xby Anonymous Monk |
on Aug 12, 2004 at 14:53 UTC ( #382273=note: print w/replies, xml ) | Need Help?? |
No, no, no, no. The problem is that Mac OS X uses passive FTP by default.
You have to set an environmental variable -- FTP_PASSIVE=1 to let CPAN know how to FTP properly.
If you're using bash, type "export FTP_PASSIVE=1" in your shell; tcsh, type "setenv FTP_PASSIVE 1".
In Section
Seekers of Perl Wisdom
|
|