やばす。てらべんりす。
http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=132802
からfuseをダウンロード。
cd /usr/local/src
wget FUSEのtgz
tar -zxvf ./FUSEのtgz
cd fuse-*/
./configure
make
make install
INSTALLドキュメントには
modprobe fuse
とかついてたからそれやったほうがいいのかも。よくしらない。
http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=140425
からダウンロード。
cd /usr/local/src
wget sshfs-fuse.tgzのURL
tar -zxvf ./sshfs-fuseのtgz
cd sshfs-fuse*/
./configure
make
make install
でインストール完了。
バイナリは/usr/local/*にインストールされるのでひっぱりだしてくる。
ln -s /usr/local/lib/libfuse* /usr/lib
ln -s /usr/local/bin/sshfs /usr/bin
ln -s /usr/local/bin/fusermount /usr/bin
自分の環境はこれで動いた。