I have followed the steps for install:
* yum install gcc
* yum install libstdc++-devel
* yum install gcc-c++
* yum install fuse
* yum install fuse-devel
* yum install curl-devel
* yum install libxml2-devel
* yum install openssl-devel
* yum install mailcap
I downloaded 1.19 as I didnt want to play with fuse 2.8.4.
* tar xvzf s3fs-1.19.tar.gz
* cd s3fs-1.19/
* ./configure --prefix=/usr
* make
* make install (as root)
There were no errors that I could see in the outputs. But when I try to mount:
s3fs -o allow_other <mybuckname> /s3fs -ouse_cache=/tmp
I get the following error:
fuse: device not found, try 'modprobe fuse' first
When try to do 'modprobe fuse' I get the following output:
FATAL: Could not load /lib/modules/2.6.18-028stab070.4/modules.dep: No such
file or directory
I did a quick search on google but did not find much valuable information, I
just know that modules.dep is not in that folder.
Please help,
Thanks!
Marek
Original issue reported on code.google.com by mared...@gmail.com on 23 Dec 2010 at 7:11
Original issue reported on code.google.com by
mared...@gmail.com
on 23 Dec 2010 at 7:11