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?