<?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>Biznet Infoservices Ltd - Blog &#187; sshfs</title>
	<atom:link href="http://blog.biznet.gr/tag/sshfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.biznet.gr</link>
	<description>Some useful tips, tutorials, articles about web related services</description>
	<lastBuildDate>Tue, 16 Mar 2010 11:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install SSHFS on CentOS 5.2</title>
		<link>http://blog.biznet.gr/2009/10/05/install-sshfs-on-centos-5-2/</link>
		<comments>http://blog.biznet.gr/2009/10/05/install-sshfs-on-centos-5-2/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:23:00 +0000</pubDate>
		<dc:creator>nioakeim</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[sshfs]]></category>

		<guid isPermaLink="false">http://blog.biznet.gr/?p=56</guid>
		<description><![CDATA[Many of you probably tried to install sshfs on a centos operating system but had no luck with yum or build from source cause of strange message saying that
checking for SSHFS&#8230; configure: error: The pkg-config script could not be found or is too old.  Make sure it is in your PATH or set the PKG_CONFIG [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you probably tried to install sshfs on a centos operating system but had no luck with yum or build from source cause of strange message saying that</p>
<blockquote><p>checking for SSHFS&#8230; configure: error: The pkg-config script could not be found or is too old.  Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config.</p></blockquote>
<p>The simple and quick method is the following. Please chech the versions for future releases. Run everything as root</p>
<blockquote><p># cd ~</p>
<p># wget http://downloads.sourceforge.net/project/fuse/fuse-2.X/2.8.1/fuse-2.8.1.tar.gz?use_mirror=garr</p>
<p># wget http://downloads.sourceforge.net/project/fuse/sshfs-fuse/2.2/sshfs-fuse-2.2.tar.gz?use_mirror=garr</p>
<p># yum install gcc glib2-devel</p>
<p># tar zxf fuse-2.8.1.tar.gz &amp;&amp; cd fuse-2.8.1</p>
<p>#./configure &amp;&amp; make &amp;&amp; make install</p>
<p># tar zxf sshfs-fuse-2.2.tar.gz &amp;&amp; cd sshfs-fuse-2.2</p>
<p>#./configure &amp;&amp; make &amp;&amp; make install</p></blockquote>
<p>One more step to be able to use fuse</p>
<blockquote><p># echo &#8220;/usr/local/lib&#8221; &gt;&gt; /etc/ld.so.conf</p>
<p># ldconfig</p></blockquote>
<p>and you are done!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.biznet.gr/2009/10/05/install-sshfs-on-centos-5-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
