Problems Compiling on Ubuntu 6.06 LTS (with solution)

"Jason Huebel" <[email protected]> Mon, 3 Dec 2007 14:46:09 -0600
Newsgroups gmane.comp.monitoring.sysmon.help
Message-ID <!&!AAAAAAAAAAAYAAAAAAAAAEerlFyVfV1Mpj3sC+oHHL/[email protected]>
I had some trouble initially building sysmon on Ubuntu 6.06 LTS. If you
receive this error:

-------
parser.o: In function
`sysmon_conf_yylex':/home/jhuebel/sysmon-0.92.2/src/parser.l:2212: undefined
reference to `yywrap'
-------

then you need to install flex to resolve it.  Drop to a console and execute
the following:

-------
sudo apt-get install flex
-------

Then you should be good to go!

Jason Huebel

"We must use time as a tool, not as a crutch." -John F. Kennedy (1917 -
1963)