RE: wu-ftp install problems / questions
"Dominick Diorio" <[email protected]> Thu, 31 Mar 2005 09:17:46 -0500
| Newsgroups | gmane.network.ftp.wuftpd.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have installed the gcc compiler and when I type ./configure it runs to the
end now
I then type make and this is what happens , I am very new to all this, any
Ideas???
Thanks again.
Dominick
# make
(cd support ; make all)
make[1]: Entering directory `/usr/local/wu-ftpd-2.6.2/support'
rm -f libsupport.a
ar cq libsupport.a authuser.o
ranlib libsupport.a
make[1]: Leaving directory `/usr/local/wu-ftpd-2.6.2/support'
(cd util/privatepw ; make all)
make[1]: Entering directory `/usr/local/wu-ftpd-2.6.2/util/privatepw'
gcc -g -O2 -L../../support -lcrypt -lnsl -lresolv -lsupport -o privatepw
privat
epw.c ../../src/COPYRIGHT.c vers.c
In file included from /usr/include/signal.h:328,
from /usr/include/sys/signal.h:1,
from privatepw.c:40:
/usr/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or
director
y
make[1]: *** [privatepw] Error 1
make[1]: Leaving directory `/usr/local/wu-ftpd-2.6.2/util/privatepw'
make: *** [all] Error 2
-----Original Message-----
From: [email protected]
[mailto:[email protected]]On Behalf Of Ted Keller
Sent: Wednesday, March 30, 2005 7:25 PM
To: Dominick Diorio
Cc: [email protected]
Subject: Re: wu-ftp install problems / questions
Looks like it can't find your c compiler. Verify you have c or gcc
installed, - verify it show up in your path.
ted keller
On Wed, 30 Mar 2005, Dominick Diorio wrote:
> Hi ,
> I am trying to install wu-ftp on a linux system . I get an error
"configure:1401: error: no acceptable cc found in $PATH"
> , I am new at this and donot understand the error . Can you help??
> Thanks
> Dominick
> email [email protected]