LittleFlower2019 / s3fs

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

FUSE version issues on ubuntu #393

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I installed fuse on ubuntu

>pkg-config --modversion fuse
>2.9.3

but when I try to use it...
>s3fs --version
>s3fs: /lib/libfuse.so.2: version `FUSE_2.8' not found (required by s3fs)

Does this mean that s3fs is locked to fuse version 2.8.x and not greater?

Original issue reported on code.google.com by asgent...@gmail.com on 24 Nov 2013 at 1:06

GoogleCodeExporter commented 8 years ago
I just install fuse 2.8.7 to see if that would do the trick, but alas no joy.

Original comment by asgent...@gmail.com on 24 Nov 2013 at 1:12

GoogleCodeExporter commented 8 years ago
This is version 1.73 btw.

Original comment by asgent...@gmail.com on 24 Nov 2013 at 1:13

GoogleCodeExporter commented 8 years ago
Hi,

It seems that s3fs could NOT find the fuse liblary.(s3fs try to search it in 
/usr/lib)
Please check your LD_LIBRARY_PATH or some environments.

Thanks,

Original comment by ggta...@gmail.com on 24 Nov 2013 at 1:16

GoogleCodeExporter commented 8 years ago
Hi,

This issue is left for a long term, and s3fs project moved on 
Github(https://github.com/s3fs-fuse/s3fs-fuse).
So I closed this issue.

If you have a problem yet, please post new issue.

Regards,

Original comment by ggta...@gmail.com on 23 Dec 2013 at 3:31