Hi,
I have using centos 6.2 Image in VMPlayer. i have an problem while compiling the Proftpd.
I perform the following.
Note: by default it download into /usr/ after extract its become /usr/proftpd-1.3.4a/ directory. so i going there to perform this command. i also try moving this folder to the /usr/src and try from there but not help.
The error in terminal
Note: i don't want to install this by any third party Repository. due to learning process and understanding. so any help appreciated to install this individually.
I have using centos 6.2 Image in VMPlayer. i have an problem while compiling the Proftpd.
I perform the following.
Code:
wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.4a.tar.gz
tar -zxcf proftpd-1.3.4a.tar.gz
cd /usr/proftpd-1.3.4a
./configure
The error in terminal
[root@testing proftpd-1.3.4a]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@testing proftpd-1.3.4a]#
Note: i don't want to install this by any third party Repository. due to learning process and understanding. so any help appreciated to install this individually.