<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Admin Zone &#187; net sftp</title>
	<atom:link href="http://linuxadminzone.com/tag/net-sftp/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Wed, 09 May 2012 10:17:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Install perl Net::SFTP module in linux</title>
		<link>http://linuxadminzone.com/install-perl-netsftp-module-in-linux/</link>
		<comments>http://linuxadminzone.com/install-perl-netsftp-module-in-linux/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 11:20:27 +0000</pubDate>
		<dc:creator>jagbir</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[net sftp]]></category>
		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://linuxadminzone.com/?p=17</guid>
		<description><![CDATA[When installing perl Net::SFTP module in CentOS 5 box: # perl -MCPAN -e 'install Net::SSH::Perl' It got stuck at: t/01-compile.t&#8230;..ok t/02-buffer.t&#8230;&#8230;ok t/03-packet.t&#8230;&#8230;1/10 then I tried installation with force so that it can skip tests if any of them failed: # perl -MCPAN -e 'force install Net::SSH::Perl' The module seems installed ok but while using in [...]]]></description>
			<content:encoded><![CDATA[<p>When installing perl Net::SFTP module in CentOS 5 box:  </p>
<p><code># perl -MCPAN -e 'install Net::SSH::Perl'<br />
</code><br />
It got stuck at:</p>
<p>t/01-compile.t&#8230;..ok<br />
t/02-buffer.t&#8230;&#8230;ok<br />
t/03-packet.t&#8230;&#8230;1/10</p>
<p>then I tried installation with force so that it can skip tests if any of them failed: </p>
<p><code># perl -MCPAN -e 'force install Net::SSH::Perl'</code></p>
<p>The module seems installed ok but while using in a script, error occured:<br />
<em>Can&#8217;t locate Net/SSH/Perl/Buffer.pm in @INC &#8230;</em></p>
<p>that means, the module still not installed/configured properly. To get it done, I searched for rpms and found rpmforge repository <a href="http://dag.wieers.com/rpm/packages/rpmforge-release/">http://dag.wieers.com/rpm/packages/rpmforge-release/</a> have all the sufficient rpms: </p>
<p><code># rpm -ivh /usr/src/rpmforge-release-0.3.4-1.el4.rf.i386.rpm</code><br />
<code># yum install perl-Net-SSH-Perl --enablerepo=rpmforge</code></p>
<p>and its done.</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxadminzone.com/install-perl-netsftp-module-in-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

