Re: snort 1.8 for demarc

2001-08-07 Thread Marco Tassinari
Il 19:22, domenica 5 agosto 2001, J.H.M. Dassen (Ray) ha scritto:

> On Sun, Aug 05, 2001 at 19:41:41 +, Marco Tassinari wrote:
> > /usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':
>
> Any particular reason you're using a local libpcap rather than the libpcap0
> and libpcap-dev Debian packages?
>
> Ray

(yes, I've bison installed)

Oh, damn, you're right! ...dselect... libcap-dev... OK! It works!

Thank you, Marco

PS and what about demarc, all?



Re: snort 1.8 for demarc

2001-08-07 Thread Marco Tassinari

Il 19:22, domenica 5 agosto 2001, J.H.M. Dassen (Ray) ha scritto:

> On Sun, Aug 05, 2001 at 19:41:41 +, Marco Tassinari wrote:
> > /usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':
>
> Any particular reason you're using a local libpcap rather than the libpcap0
> and libpcap-dev Debian packages?
>
> Ray

(yes, I've bison installed)

Oh, damn, you're right! ...dselect... libcap-dev... OK! It works!

Thank you, Marco

PS and what about demarc, all?


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: snort 1.8 for demarc

2001-08-06 Thread Mike Renfro
On Sun, Aug 05, 2001 at 07:41:41PM +, Marco Tassinari wrote:

> /usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':
> gencode.o(.text+0x203): undefined reference to `lex_init'
> /usr/local/lib/libpcap.a(grammar.o): In function `yyparse':
> grammar.o(.text+0x94): undefined reference to `yylex'
> grammar.o(.text+0x9ba): undefined reference to `yylex'

You have bison installed too? Or just flex? I think yylex calls are
frequently references to yacc.

-- 
Mike Renfro  / R&D Engineer, Center for Manufacturing Research,
931 372-3601 / Tennessee Technological University -- [EMAIL PROTECTED]



Re: snort 1.8 for demarc

2001-08-06 Thread Mike Renfro

On Sun, Aug 05, 2001 at 07:41:41PM +, Marco Tassinari wrote:

> /usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':
> gencode.o(.text+0x203): undefined reference to `lex_init'
> /usr/local/lib/libpcap.a(grammar.o): In function `yyparse':
> grammar.o(.text+0x94): undefined reference to `yylex'
> grammar.o(.text+0x9ba): undefined reference to `yylex'

You have bison installed too? Or just flex? I think yylex calls are
frequently references to yacc.

-- 
Mike Renfro  / R&D Engineer, Center for Manufacturing Research,
931 372-3601 / Tennessee Technological University -- [EMAIL PROTECTED]


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




snort 1.8 for demarc

2001-08-05 Thread Marco Tassinari

...mmhh...
 there is a tool for remote log-analysis, "demarc", wich requies snort 1.8. 
Debian Snort is older... so I'm compiling it.
 
But: 

/usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':
gencode.o(.text+0x203): undefined reference to `lex_init'
/usr/local/lib/libpcap.a(grammar.o): In function `yyparse':
grammar.o(.text+0x94): undefined reference to `yylex'
grammar.o(.text+0x9ba): undefined reference to `yylex'
collect2: ld returned 1 exit status
make: *** [snort] Error 1

but I've got a lot of lex: 

# dpkg -l | grep lex
ii  flex   2.5.4a-14  A fast lexical analyzer generator.
ii  flexml 1-5Generate fast validating XML processors and
ii  jflex  1.3.2-1lexical analyzer generator for Java
ii  jlex   1.2.3-5A Lex-style lexical analyser generator for J
ii  snort  1.7-9  Flexible NIDS (Network Intrusion Detection S

...so why doesn't snort compile?

By the way, is it demarc good for you? I don't know what's the best for 
remote administration and log-analisy.

Thanks, Marco 



Re: snort 1.8 for demarc

2001-08-05 Thread J.H.M. Dassen \(Ray\)
On Sun, Aug 05, 2001 at 19:41:41 +, Marco Tassinari wrote:
> /usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':

Any particular reason you're using a local libpcap rather than the libpcap0
and libpcap-dev Debian packages?

Ray
-- 
Obsig: developing a new sig



Re: snort 1.8 for demarc

2001-08-05 Thread J.H.M. Dassen (Ray)

On Sun, Aug 05, 2001 at 19:41:41 +, Marco Tassinari wrote:
> /usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':

Any particular reason you're using a local libpcap rather than the libpcap0
and libpcap-dev Debian packages?

Ray
-- 
Obsig: developing a new sig


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




snort 1.8 for demarc

2001-08-05 Thread Marco Tassinari


...mmhh...
 there is a tool for remote log-analysis, "demarc", wich requies snort 1.8. 
Debian Snort is older... so I'm compiling it.
 
But: 

/usr/local/lib/libpcap.a(gencode.o): In function `pcap_compile':
gencode.o(.text+0x203): undefined reference to `lex_init'
/usr/local/lib/libpcap.a(grammar.o): In function `yyparse':
grammar.o(.text+0x94): undefined reference to `yylex'
grammar.o(.text+0x9ba): undefined reference to `yylex'
collect2: ld returned 1 exit status
make: *** [snort] Error 1

but I've got a lot of lex: 

# dpkg -l | grep lex
ii  flex   2.5.4a-14  A fast lexical analyzer generator.
ii  flexml 1-5Generate fast validating XML processors and
ii  jflex  1.3.2-1lexical analyzer generator for Java
ii  jlex   1.2.3-5A Lex-style lexical analyser generator for J
ii  snort  1.7-9  Flexible NIDS (Network Intrusion Detection S

...so why doesn't snort compile?

By the way, is it demarc good for you? I don't know what's the best for 
remote administration and log-analisy.

Thanks, Marco 


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]