I have been getting the following error when trying to compile monit for my CentOS server:

make: *** [y.tab.c] Error 127

To resolve it, I simply installed bison:

yum install bison

Then run configure again:

./configure
make && make install

And that fixed the problem!  Hope that helps someone.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Slashdot
  • StumbleUpon