История такая, приобрел vps сервер с операционной fedora 8, попытался установить всякие полезные штуки (например тот же самый mc-4.7.0.2)
После выполнения команды ./configure выдало следующее:
Код: Выделить всё
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 whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 `/var/worktable/mc-4.7.0.2':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Из этого я понял что gcc в системе не установлен. Пока лазил по форумам наткнулся на такую команду: cat /proc/version
Код: Выделить всё
Linux version 2.6.18-028stab053.4 (root@rhel5-32-build) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Mon Jan 14 11:06:00 MSK 2008
Тут вроде написано что gcc присутствует, если я не ошибаюсь?
Так же хотел поискать папки с названием gcc не получилось

Код: Выделить всё
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
В чем может может быть проблема почему не работает gcc и locate?
Спаибо.