monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit] Unable to Install Monit 5.0 Beta1


From: Dave Paper
Subject: Re: [monit] Unable to Install Monit 5.0 Beta1
Date: Wed, 23 Jul 2008 10:22:03 -0400

Another thing that can sometimes bite you is running ./configure more than once w/o running 'make clean' and/or 'make distclean' in between runs.

Depending on the ./configure, it may write a configure cache file for use in the future. This would be bad (and frustrating to uncover) if you change things on your system and want configure to pick it up, but it doesn't.

I don't know that the ./configure for monit has this problem, but it's not a bad habit to get into, IMNSHO. :)

-dave

On Jul 23, 2008, at 10:02 AM, John Timms wrote:

Thanks, it worked perfectly. For others as dumb as myself, be sure to use sudo before ./configure, make, and make install.




On Wed, Jul 23, 2008 at 9:57 AM, Jan-Henrik Haukeland <address@hidden > wrote:

On 23. juli. 2008, at 15.19, John Timms wrote:

error:
  byacc -dt p.y
  byacc: f - cannot open "y.tab.h"
  make: *** [y.tab.c] Error 2
uninstalled:
  byacc
installed:
  btyacc
used:
  make
error:
  byacc -dt p.y
  make: byacc: Command not found
  make: *** [y.tab.c] Error 127
uninstalled:
  btyacc
installed:
  bison-1.35
used:
  make
error:
  byacc -dt p.y
  make: byacc: Command not found
  make: *** [y.tab.c] Error 127
uninstalled:
  bison-1.35
installed:
  bison
used:
  make
error:
  byacc -dt p.y
  make: byacc: Command not found
  make: *** [y.tab.c] Error 127

Is anyone able to make sense of the problem?

Ah, after bison was installed you also need to rerun monit's configure to recreate the Makefile so it use bison instead of byacc.




--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general




--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

--
Dave Paper                          address@hidden

"Hello, I must be going." --Groucho





reply via email to

[Prev in Thread] Current Thread [Next in Thread]