Branches
Releases
|
Version
|
Focus
|
Date
|
|
1.60
|
Minor bugfixes |
07-May-2001 08:04 |
|
1.59
|
Major bugfixes |
17-Feb-2001 20:40 |
|
1.57
|
N/A |
14-Jun-2000 09:50 |
|
1.55
|
N/A |
10-May-2000 05:15 |
|
1.53
|
N/A |
29-Aug-1999 02:27 |
|
1.52
|
N/A |
23-Apr-1999 01:23 |
|
1.51
|
N/A |
18-Mar-1999 22:58 |
|
1.50
|
N/A |
27-Jan-1999 13:06 |
|
1.49
|
N/A |
12-Dec-1998 17:11 |
|
1.48
|
N/A |
28-Nov-1998 17:48 |
Comments
[»]
Compilation of net-tools
by myself_ - Mar 5th 2007 16:14:19
I have an lfs system which was compiled myself. I do *not* claim that this
is a clean environment to compile this package. I, nevertheless, had
problems with /usr/include/linux/route.h. I compiled with
C_INCLUDE_PATH=/usr/src/linux-2.6.x/include because i used
linux-libc-headers. I noted in net-tools-1.60/lib/inet_sr.c the comment /*
this is really broken */ after #include <linux/route.h>.
It failed to install, even with a number of patches i found on the
internet. I was able to fix it by commenting out the #include
<linux/route.h> and, after all other includes pasting struct rtentry
{... as found in <linux/route.h>. This is apparently the only
dependency on the linux/route.h file. This is not a great way to fix this
problem, but it does work when all else fails.
[reply]
[top]
[»]
Re: Compilation of net-tools
by David Pace - Mar 18th 2007 06:23:25
I inserted a semi-colon at line 108 of your file to get past a compile
error.
Now I'm stuck at: (while compiling nettools 1.60)
cc -D_GNU_SOURCE -O2 -Wall -g -I. -idirafter ./include/ -Ilib
-I/home/dpace/net-tools-1.60 -idirafter /home/dpace/net-tools-1.60/include
-c -o x25_sr.o x25_sr.c
x25_sr.c: In function 'X25_setroute':
x25_sr.c:80: error: 'x25_address' undeclared (first use in this function)
x25_sr.c:80: error: (Each undeclared identifier is reported only once
x25_sr.c:80: error: for each function it appears in.)
make[1]: *** [x25_sr.o] Error 1
[reply]
[top]
[»]
Re: Compilation of net-tools
by j1024 - Jul 19th 2008 11:06:12
this patch helped me:
http://www.bitshrine.org/gpp/net-tools-1.60-2.patch
[reply]
[top]
[»]
Net-Tools Security Advisory from RedHat
by eckes - Jun 26th 1999 19:16:23
...it is recommended that you upgrade. The Link to the advisory and more
information on the net-tools is on
http://sites.inka.de/lina/linux/NetTools/
[reply]
[top]
[»]
Re: Net-Tools Security Advisory from RedHat
by Pavel Roskin - Mar 26th 2007 13:13:07
It's not there. Shame on you for advertising your blog by lies.
[reply]
[top]
[»]
Re: Net-Tools Security Advisory from RedHat
by eckes - Mar 27th 2007 13:46:21
> It's not there. Shame on you for
> advertising your blog by lies.
Dude, you have been answering to an 8 year old comment. It is not
unreasonable to asume, that the link was valid a few years ago, dont you
think?
Anyway current homepage is on berlios http://net-tools.berlios.de/ (and
yes i would have updated that project but i cant w/o help from Phil. I plan
to do that on next release which is somewhat ... flooooaaating :)
Bernd
[reply]
[top]
|