(Note that the folks at LBL are no longer actively developing tcpdump or
libpcap, and have redirected the "[EMAIL PROTECTED]" and
"[EMAIL PROTECTED]" e-mail addresses to "[EMAIL PROTECTED]",
as that's where tcpdump and libpcap development are being done now.)
> When i run make i get the error "make: yacc: Command not found".
> What is yacc?
Yet Another Compiler-Compiler; a program that takes a grammar for a
machine-parseable language - such as the expression language supported
by libpcap - and turns it into C code for a parser for that language.
> Where do i get it?
>From AT&T, sorry, make that "from UNIX System Laboratories", sorry, make
that "from Novell", sorry, make that "from SCO", sorry, make that "from
Caldera". :-)
Yacc isn't *required*; there are a couple of compatible alternatives,
such as GNU Bison and Berkeley Yacc.
If you have downloaded the standard source for libpcap, and have run the
configure script, it should have found Bison if you have it installed on
your machine. If not, it might default to Yacc, in which case it'll
fail to build if you don't have it.
> I can't seem to compile libpcap without it and i need libpcap to install
> Snort (which i need to help track down an unauthorized remote login).
>
> Thanks,
> ~Travis
> ---
> Message sent with Pine V4.33
> Linux Mandrake 7.2 Server install on Ix86
Most if not all Linux distributions should have a libpcap "development
package", containing a pre-compiled version of libpcap and the header
files necessary to compile programs that use it.
Furthermore, there may well be pre-compiled versions of Snort.
I would suggest looking for a pre-compiled version of Snort. If you
don't find one, or if it's for a version of Snort older than the one
you want, I would suggest looking for a pre-compiled version of libpcap;
you might have to ask Mandrakesoft what its name is (I don't know what
its name would be).
If you want to compile libpcap from source, I would look for whatever
package in your Mandrake release includes Bison, and install that
package. Then I would run
make distclean
in the libpcap source directory, and run the "configure" script again.
> root@linux1 is an intranet only email address.
> Reply to [EMAIL PROTECTED]
You might want to try to arrange that Hotmail put a "From:" or
"Reply-To:" header on your mail, so that, in order to reply to that
address, the person replying to your mail doesn't have to manually edit
the "To:" address of their reply. (I am not familiar with how Hotmail
works, so I don't know how one would do that.)
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe