View Single Post

   
  #2 (permalink)  
Old 02-18-2008, 06:57 PM
Simon
 
Posts: n/a
Default Re: ifconfig seg faults

On Mon, 10 Nov 2003 20:52:57 -0600, Michael Parmeley <mjparme@hotmail.com>
wrote:
> Is ifconfig available by itself so I can just download and compile
> it?


You can download the package it comes in from:
<URL:$MIRROR/slackware-9.1/source/n/tcpip/net-tools-1.60.tar.bz2> &
<URL:$MIRROR/slackware-9.1/source/n/tcpip/net-tools.diff.gz>.

You can compile it using (a modified version of how Pat does it):

zcat net-tools.diff.gz | patch -p1 --backup
make ifconfig
su -c install -m 0755 ifconfig /sbin


--
Simon <simon@no-dns-yet.org.uk> **** GPG: F4A23C69
"We demand rigidly defined areas of doubt and uncertainty."
- Douglas Adams

Reply With Quote