On 17 Oct 2002 13:39:48 -0500, John the Kiwi <[EMAIL PROTECTED]> wrote:

>Here's what I did, I looked on disk 4 of my RedHat 8.0 CDs and saw
>nc-1.10-16.src.rpm.
That contains source code, you'd better look into 1 or 2 or 3 for the
i386.rpm which will install nc ready to use.

>know the source for netcat is somewhere on my system. Think I can find
>it? No way.
/usr/src/redhat/SOURCES and nearby dirs.

>I have an NC file in the /usr/src/netcat directory where I extracted and
>ran make from but typing "nc" or "bash nc" I get errors.
You need
$ chmod 755 nc
$ ./nc   (not just nc since by default that dir is not in your PATH)

you cannot feed a binary to bash

-- 
[EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to