Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ftp setup errors......

Status
Not open for further replies.

jeffvb9

Technical User
Nov 14, 2002
44
0
0
US
Ok...I get the same error whether it be WU-FTPD or PROFTPD.

[root@localhost proftpd-1.2.7]# ./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH

Any ideas would be great.
 
You need to install gcc (GNU Compiler Collection). You will download the packages needed. //Daniel
 
[root@localhost root]# rpm -Uvh gcc-3.2-7.i386.rpm
error: Failed dependencies:
binutils >= 2.12.90.0.7-1 is needed by gcc-3.2-7
glibc-devel >= 2.2.90-12 is needed by gcc-3.2-7


this is the error I get now when installing GCC.

Now what? Thanks in advance?
 

rpm -i binutils
rpm -i glibc-devel

Cheers Henrik Morsing
Certified AIX 4.3 Systems Administration
& p690 Technical Support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top