Ask a Question related to PERL Modules, Design and Development.
-
brundlefly76@hotmail.com #1
cpan Net::FTP hangs
With a recent cpan install, when I try to do a module install with
cpan, Net::FTP goes to do a fetch and the program just hangs.
The same FTP command with, say, ncftp from the same box works fine and
instantly.
Anyone else have this problem?
brundlefly76@hotmail.com Guest
-
PHP on CPAN?
http://search.cpan.org/~tels/mediawiki-slides-0.01/ As far as I can see this is a MediaWiki extension written in PHP ? -- John Bokma ... -
CF hangs when database server hangs or crashes
This may be as simple as a configuration change, but hoping someone understands this behavior and can offer suggestions (or at least additional... -
Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails
FYI Have problem Upgrading perl packages from CPAN.pm version v1.61 to version v1.76) failed with final error messages: <stuff snipped> CPAN.pm:... -
Listed in search.cpan.org but not www.cpan.org
Dear Y'all - I published the PeopleSoft.pm modules about a year ago and they're available via interactive CPAN and via the engine on... -
Problem with 'cc' command in CPAN makes (i.e., Bundle::CPAN)
I'm using the CPAN module to build my modules and have hung up just trying install Bundle::CPAN. Installing Data::Dumper, for example, shows a 'cc:... -
Martin Kissner #2
Re: cpan Net::FTP hangs
[email]brundlefly76@hotmail.com[/email] wrote :
Which program?> With a recent cpan install, when I try to do a module install with
> cpan, Net::FTP goes to do a fetch and the program just hangs.
Where is the code?
Have you checked "$ftp->message"?
The problem might be router/firewall related.> The same FTP command with, say, ncftp from the same box works fine and
> instantly.
>
Your local ftp client might be configured to use passive ftp.
Try
$ftp=Net::FTP->new(HOST,
[your stuff here,]
Passive => '1')
HTH
Martin
--
perl -e '$|=1;&p(7.74.117.115.116.32);&s();&p(97.110.111); &p(116.104.101
..114);&s;&p(32.112.101.114.108);&s();&p(32.104.97 .99.107.101.114.10);sub
s{sleep 1};sub p(){print "@_"}'
Martin Kissner Guest
-
brundlefly76@hotmail.com #3
Re: cpan Net::FTP hangs
I am talking about the actual automated cpan install program itself (I
really wish they had called it something else!)...
cpan> install LWP
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Sat, 26 Feb 2005 19:48:34 GMT
LWP not available
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
[url]ftp://ftp.sonic.net/mirrors/CPAN/authors/01mailrc.txt.gz[/url]
And it just freezes there - FYI as I mentioned I have absolutely no
problems ftping to this remote host and getting the file mentioned by
hand in less then a few seconds...
brundlefly76@hotmail.com Guest
-



Reply With Quote

