i tried many times to install the new UnralIrcd
but unfortunately still cant install it
always stuck here ./Config
and the error is :
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/***/unrealircd-4.0.15':
configure: error: no acceptable C compiler found in $PATH
regarding the Do you want to enable remote includes?
i tried with both remote yes and no , same error.
i added new user with this commands
1- useradd user
2- passwd user
3- New password:
BAD PASSWORD: it is based on a dictionary word
Retype new password:
passwd: all authentication tokens updated successfully.
then logged to the user shell and typed these commands
1- wget --no-check-certificate --trust-server-names https://www.unrealircd.org/downloads/un ... est.tar.gz
2- tar xzvf unrealircd-4.0.15.tar.gz
3- cd unrealircd-4.0.15
4- ./Config
in the root i already installed the gcc and here to version
[root@server ~]# gcc --version
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-18)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
i used to type
yum install gcc*
and
yum install gcc
both are installed
what can i do more to install it?
thanks and regards