linux怎么安装fuse 2.8.x or greater
发布网友
发布时间:2022-12-10 23:14
我来回答
共1个回答
热心网友
时间:2024-11-18 14:01
linux怎么安装fuse 2.8.x or greater
1) 下载最新的源码包(fuse-2.8.3.tar.gz),解压“tar xvf fuse-2.8.3.tar.gz”,进入目录“cd fuse-2.8.3”;
2) 按部就班地首先“./configure”,然后“make”,接着“make install”,最后“modprobe fuse”加载内核模块fuse.ko;
3) 切换到example目录下“cd example”,编译fusexmp.c测试一下是否安装成功:
[root@localhost example]# gcc -Wall `pkg-config fuse --cflags --libs` fusexmp.c -o fusexmp
Package fuse was not found in the pkg-config search path.