xiongxu / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

VPS CentOS 5 install issue #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by apetresc on 23 Dec 2010 at 7:21

GoogleCodeExporter commented 9 years ago
Sorry, kept getting 502 Errors.

Please delete or ignore.

Original comment by mared...@gmail.com on 23 Dec 2010 at 7:29