[Nagiosplug-help] plugins compiling problem

Subhendu Ghosh sghosh at sghosh.org
Wed Jul 10 20:10:03 CEST 2002


The current nagiosplug forces an autconf/automake cycle when make is 
invoked because of a timestamp issue between some files.

you can either edit the Makefile that is generated after configure and 
comment out the sections for the following (around line 134) 

.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in 
$(ACLOCAL_M4)
    cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status 
$(BUILT_SOURCES)
    cd $(top_builddir) \
      && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status

$(ACLOCAL_M4):  configure.in
    cd $(srcdir) && $(ACLOCAL)


a fix for this will be coming soon.

-sg

On Wed, 10 Jul 2002, Qiang, Li wrote:

> Hi, 
>  
> I posted this message on nagios-users mailing list, but I haven't receive
> any advice yet, so I am re-posting it here (I think this is the right
> mailing list).
>  
> I am trying to compiling plugins (version 1.3), and here's the error message
> (./configure is ok, and I use GNU make (ver 3.79)).
>  
> cd . && 
> /bin/sh: syntax error at line 1: `end of file' unexpected
> make: *** [aclocal.m4] Error 2
>  
>  
> Any advice?  
>  
> Anyone knows where I can download lower version (not beta)?
>  
> Thanks a lot,
>  
> Li
> 

-- 






More information about the Help mailing list