Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 2006 18:00:48 -0500
From:      Eric <eric@mikestammer.com>
To:        "Mayo, Richard A RDECOM CERDEC STCD SRI" <Richard.Mayo@us.army.mil>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   Re: Trying to install Ethereal
Message-ID:  <44909520.9060405@mikestammer.com>
In-Reply-To: <D2AA47A6FB2C1A48AF0526440C0F245C0713AD80@monm207.nae.ds.army.mil>
References:  <D2AA47A6FB2C1A48AF0526440C0F245C0713AD80@monm207.nae.ds.army.mil>

next in thread | previous in thread | raw e-mail | index | archive | help
Mayo, Richard A RDECOM CERDEC STCD SRI wrote:
>> why arent you using the port?
>>
>> /usr/ports/net/ethereal
>> or
>> /usr/ports/net/tethereal
>> or
>> /usr/ports/net/ethereal-lite
>>
>>     
> A couple of reasons:
>
> 1) Installing from source is cool.
> 2) I didn't know there was a port.
>
> I'll check into whether or not I installed the port, but if I didn't, do I fix that using "sysinstall"??
>   
assuming your ports tree is current (if not, do a man portsnap and use 
that), you just need to:

# cd /usr/ports/net/ethereal
# make install;make clean

then wait for the build to commence. you are still building from source, 
so it has the cool factor, its just that the port will handle all the 
dependencies for you.

if you arent sure what the ports tree is, check out the handbook.

Good luck!

Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44909520.9060405>