OSSFS系列教程 二、 OSSFS FAQ&&实用技巧大全
ReOSSFS系列教程 二、OSSFS FAQ实用技巧大全
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Check Error:
file /usr/include/fuse.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/cuse_lowlevel.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse_common.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse_common_compat.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse_compat.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse_lowlevel.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse_lowlevel_compat.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/fuse/fuse_opt.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /usr/include/ulockmgr.h from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-devel-2.8.3-4.el6.x86_64
file /sbin/mount.fuse from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-2.8.3-4.el6.x86_64
file /usr/bin/fusermount from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-2.8.3-4.el6.x86_64
file /usr/bin/ulockmgr_server from install of ossfs-1.7.9.2-1.x86_64 conflicts with file from package fuse-2.8.3-4.el6.x86_64
Error Summary
-------------
这种问题咋整?
-------------------------
回 13楼西秦的帖子
how?
-------------------------
回 13楼西秦的帖子
谢谢,我已解决了。
我把fuse删除了,重新安装个最新版本的fuse就可以了,下面是我的解决过程:
在这里下一个最新的fuse:
github.com/libfuse/libfuse/releases
----------------
yum remove fuse fuse fuse-devel
tar -xzvf fuse-2.8.4.tar.gz
rm fuse-2.8.4.tar.gz
mv fuse-2.8.4 fuse
cd fuse/
./configure —prefix=/usr/local/fuse #我安装到了 /usr/local/fuse 的路径所以下面export的时候要加上这个路径。
make
make install
export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/lib64/pkgconfig/:/usr/local/fuse/lib/pkgconfig/
ldconfig
modprobe fuse
pkg-config —modversion fuse (confirm that 2.8.4 is the version displayed)
赞0
踩0