cancel
Showing results for 
Search instead for 
Did you mean: 

Unalbe to install FUSE on RHEL6.2

aetan
Level 3

To use Symantec System Recovery 2013 Linux,  I need to install FUSE driver and library on RHEL6.2.

Trying to install FUSE on RHEL6.2 but fails.

Tried install as below as instructed in "Installing Symantec System Recovery for Linux" issued by Symantec.

1 Log on as root.
2 Download Fuse 2.7.x from http://fuse.sourceforge.net
3 Extract the .tar.gz file.
4 Change the directory to the Fuse extracted folder.
5 Run the following commands in the order indicated.
./configure

And the following error came up.


[root@localhost fuse-2.7.6]# ./configure

checking build system type... x86_64-unknown-linux-gnu

checking host system type... x86_64-unknown-linux-gnu

checking target system type... x86_64-unknown-linux-gnu

checking for a BSD-compatible install... /usr/bin/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /bin/mkdir -p

checking for gawk... gawk
checking whether make sets $(MAKE)... yes

checking for style of include used by make... GNU

checking for gcc... no

checking for cc... no

checking for cl.exe... no

configure: error: in `/home/jtanaka/fuse-2.7.6':

configure: error: no acceptable C compiler found in $PATH

See `config.log' for more details.


What can I fix it?

1 REPLY 1

aetan
Level 3

Failing tar.gz installation as I said, Tried to install RPM as below.


[root@localhost fuse-2.7.6]# rpm -ivh fuse-2.7.5-2rt.i686.rpm
Preparing...                        ##############################################[100%]
               pacage fuse-2.8.3-4.el6.x86_64(which is newer than fuse-2.7.5-2rt.i686) is already installed
               file /etc/udev/rules.d/99-fuse.rules from install of fuse-2.7.5-2rt.i686 conflicts with file from package fuse-2.8.3-4.el6.x86_64
               file/sbin/mount.fuse from install of fuse-2.7.5-2rt.i686 conflicts with file from package fuse-2.8.3-4.el6.x86_64
 


Does it mean I don't need to install FUSE anymore for Symantec System Recovery 2013?