>> Are you getting the version of snort from the yum repo or from snort.org
>> directly? If it's from snort.org (which, based on the rpm
>> name, I'm guessing it is) there is a fairly concise howto as to how to
>> install the latest version of snort for F14 (
>> http://www.snort.org/assets/154
On 10/11/2011 11:53 AM, Kevin Martin wrote:
>
>
> On 10/11/2011 12:48 PM, Joao Daniel wrote:
>> I'm trying to install in F14, 64bits. Snorts need libpcap
>> version(libpcap.1.0) >= 1. As far as I know Yum repositories do not have
>> it. Just libpcap version < 1. (libpcap.0.84)
>>
>> I als
On 10/11/2011 12:48 PM, Joao Daniel wrote:
> I'm trying to install in F14, 64bits. Snorts need libpcap
> version(libpcap.1.0) >= 1. As far as I know Yum repositories do not have
> it. Just libpcap version < 1. (libpcap.0.84)
>
> I also have tried a simply ./configure* (without anything) t
I'm trying to install in F14, 64bits. Snorts need libpcap
version(libpcap.1.0) >= 1. As far as I know Yum repositories do not have
it. Just libpcap version < 1. (libpcap.0.84)
I also have tried a simply ./configure* (without anything) then a make
and make install but again no results.
*
On 10/10/2011 02:21 PM, Joe Zeff wrote:
> On 10/10/2011 01:41 PM, Rick Stevens wrote:
>> You should have just done a "yum install libpcap-devel" to get libpcap.
>> There's no need to install from a tarball--libpcap has been in Fedora's
>> repos for a LONG time.
>
> And, AIUI, yum only checks its o
On 10/10/2011 01:41 PM, Rick Stevens wrote:
> You should have just done a "yum install libpcap-devel" to get libpcap.
> There's no need to install from a tarball--libpcap has been in Fedora's
> repos for a LONG time.
And, AIUI, yum only checks its own database to see what's installed,
which is wh
On 10/10/2011 01:12 PM, Joao Daniel wrote:
> Folks,
>
> I'm trying to install Snort. So, the first step is update libpcap. Look
> what I have done.
> 1)
>
> yum erase libpcap (to unistall old libpcap)
> tar -zxfv libpcap
> cd libpcap
> ./configure --libdir=/lib/ --bindir=/bin/
> make
> make inst
On Mon, Oct 10, 2011 at 1:12 PM, Joao Daniel
wrote:
> Folks,
>
> I'm trying to install Snort. So, the first step is update libpcap. Look
> what I have done.
> 1)
>
> yum erase libpcap (to unistall old libpcap)
> tar -zxfv libpcap
> cd libpcap
> ./configure --libdir=/lib/ --bindir=/bin/
> make
> ma
Folks,
I'm trying to install Snort. So, the first step is update libpcap. Look
what I have done.
1)
yum erase libpcap (to unistall old libpcap)
tar -zxfv libpcap
cd libpcap
./configure --libdir=/lib/ --bindir=/bin/
make
make install
2)
yum install ./daq.rpm
At this point I got a messagen tell