LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   snort failed: snort: symbol lookup error: undefined symbol: usmAES192PrivProtocol (https://www.linuxquestions.org/questions/linux-security-4/snort-failed-snort-symbol-lookup-error-undefined-symbol-usmaes192privprotocol-340833/)

Emmanuel_uk 07-07-2005 01:23 AM

snort failed: snort: symbol lookup error: undefined symbol: usmAES192PrivProtocol
 
Hi,

I have this error message preventing snort to start (exact message next line):

snort: symbol lookup error: snort: undefined symbol: usmAES192PrivProtocol

It is mandriva LE2005, kernel 2.6.11,
snort-2.1.3 (included with mandriva or mandrake 10.1, not sure
because of the upgrade instalation)

Any suggestion of where to go from there?
Would a newer version solve the problem?

Google returned a single hit

cvs.snort.org/viewcvs.cgi/snort/ src/output-plugins/Attic/spo_SnmpTrap.c

Thanks regards

Emmanuel_uk 07-10-2005 10:29 AM

Upgraded to Version 2.3.1 (Build 11)
Error message now gone.

Still I had a lots of

ERROR: Undefined variable name: (/etc/snort/rules/scan.rules:33): HTTP_SERVERS
ERROR: Undefined variable name: (/etc/snort/rules/telnet.rules:13): TELNET_SERVERS
ERROR: Undefined variable name: (/etc/snort/rules/dos.rules:13): TELNET_SERVERS

This was because I add commented these lines in /etc/snort/snort.conf.
I thought I did not need these lines since I had no servers on my PC.

# List of DNS servers on your network
var DNS_SERVERS $HOME_NET

# List of SMTP servers on your network
var SMTP_SERVERS $HOME_NET

# List of web servers on your network
var HTTP_SERVERS $HOME_NET

# List of sql servers on your network
var SQL_SERVERS $HOME_NET

# List of telnet servers on your network
var TELNET_SERVERS $HOME_NET


All times are GMT -5. The time now is 12:26 AM.