RE: Trying to install Ethereal

2006-06-15 Thread Mayo, Richard A RDECOM CERDEC STCD SRI
The port of ethereal that comes with FreeBSD 6.1 is ver. 10.14.
I had to download one required package (adns-1.1.tar.gz) but everything seems 
fine now.


Thanks for the assist.

Rich Mayo
SRI International
x76435

 

> -Original Message-
> From: Eric Schuele [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 14, 2006 5:02 PM
> To: Mayo, Richard A RDECOM CERDEC STCD SRI
> Cc: 'freebsd-questions@freebsd.org'
> Subject: Re: Trying to install Ethereal
> 
> On 06/14/06 15:29, Mayo, Richard A RDECOM CERDEC STCD SRI wrote:
> > I'm attempting to install Ethereal 10.14 from source.  
> 
> What version are you attempting to install??  0.99.0 was "released" 
> April 26 2006 and is in ports.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FW: Trying to install Ethereal

2006-06-15 Thread Mayo, Richard A RDECOM CERDEC STCD SRI
>From the original:  "I'm attempting to install Ethereal 10.14 from source."


On 06/14/06 15:29, Mayo, Richard A RDECOM CERDEC STCD SRI wrote:
> I'm attempting to install Ethereal 10.14 from source.  

What version are you attempting to install??  0.99.0 was "released" 
April 26 2006 and is in ports.

> When I run ./configure, however, I get the following error message:
> 
>   configure: error: Kerberos library requires -lcrypto but --with-ssl 
> not specified
> 
> I'm guessing that there's some facet of FreeBSD that I need to install (I'm 
> using ver. 6.1, by the way) and I was hoping the learned folks here could 
> help.
> 
> Can anybody tell what my computer is missing and/or how to fix it?
> 
> 
> 
> Thanks,
> Rich Mayo
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying to install Ethereal

2006-06-14 Thread Eric

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying to install Ethereal

2006-06-14 Thread Eric Schuele

On 06/14/06 15:29, Mayo, Richard A RDECOM CERDEC STCD SRI wrote:
I'm attempting to install Ethereal 10.14 from source.  


What version are you attempting to install??  0.99.0 was "released" 
April 26 2006 and is in ports.



When I run ./configure, however, I get the following error message:

  configure: error: Kerberos library requires -lcrypto but --with-ssl 
not specified

I'm guessing that there's some facet of FreeBSD that I need to install (I'm 
using ver. 6.1, by the way) and I was hoping the learned folks here could help.

Can anybody tell what my computer is missing and/or how to fix it?



Thanks,
Rich Mayo

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Trying to install Ethereal

2006-06-14 Thread Mayo, Richard A RDECOM CERDEC STCD SRI
> 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"??


Thanks
Rich Mayo


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying to install Ethereal

2006-06-14 Thread Eric
Mayo, Richard A RDECOM CERDEC STCD SRI wrote:
> I'm attempting to install Ethereal 10.14 from source.  When I run 
> ./configure, however, I get the following error message:
> 
>   configure: error: Kerberos library requires -lcrypto but --with-ssl 
> not specified
> 
> I'm guessing that there's some facet of FreeBSD that I need to install (I'm 
> using ver. 6.1, by the way) and I was hoping the learned folks here could 
> help.
> 
> Can anybody tell what my computer is missing and/or how to fix it?
> 

why arent you using the port?

/usr/ports/net/ethereal
or
/usr/ports/net/tethereal
or
/usr/ports/net/ethereal-lite


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Trying to install Ethereal

2006-06-14 Thread Mayo, Richard A RDECOM CERDEC STCD SRI
I'm attempting to install Ethereal 10.14 from source.  When I run ./configure, 
however, I get the following error message:

  configure: error: Kerberos library requires -lcrypto but --with-ssl 
not specified

I'm guessing that there's some facet of FreeBSD that I need to install (I'm 
using ver. 6.1, by the way) and I was hoping the learned folks here could help.

Can anybody tell what my computer is missing and/or how to fix it?



Thanks,
Rich Mayo

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"