Proftpd Problem

Discussion in 'Installation/Configuration' started by weslkers, Mar 24, 2008.

  1. weslkers

    weslkers New Member

    For review: http://howtoforge.com/perfect_server_opensuse10.3_p6

    The coding got problem start frm below;

    ./configure --sysconfdir=/etc <-- configure: error: no acceptable C compiler found in $PATH

    make <--- No targets specified and no makefile found. Stop.

    make install <-- No rule to make target 'install'. Stop.

    Any idea how to fix it? Thx for ur attention~!!
     
  2. topdog

    topdog Active Member

    You do not have the C compiler installed you need to install gcc
     
  3. nidhintomson

    nidhintomson New Member

    which linux distro are you using ? if it is fedora use yum install gcc* it will install the gcc compiler . if ur using ubuntu use sudo apt-get install gcc. then compile it should work
     

Share This Page