make error on Red Hat 3

Philipp E. Letschert phil at uni-koblenz.de
Wed Nov 22 09:57:54 EST 2006


make tries to install a man page that doesnt exist.

just edit the toplevel Makefile, and delete the following line:

$(INSTALL) -m 0644 $(srcdir)/man/man5/rarc.5 ${prefix}/man/man5/rarc.5



On Tue, Nov 21, 2006 at 10:33:57PM -0800, Dustin wrote:
> That's resolved, thx!  Have a new one though, this time installing the 
> server:
> 
> /usr/bin/install -c -m 0755 ./bin/argusbug /usr/local/bin/argusbug
> [ -d /usr/local/man ] || \
>        (mkdir -p /usr/local/man; chmod 755 /usr/local/man)
> [ -d /usr/local/man/man1 ] || \
>        (mkdir -p /usr/local/man/man1; chmod 755 /usr/local/man/man1)
> [ -d /usr/local/man/man5 ] || \
>        (mkdir -p /usr/local/man/man5; chmod 755 /usr/local/man/man5)
> [ -d /usr/local/man/man8 ] || \
>        (mkdir -p /usr/local/man/man8; chmod 755 /usr/local/man/man8)
> /usr/bin/install -c -m 0644 ./man/man5/argus.5 /usr/local/man/man5/argus.5
> /usr/bin/install -c -m 0644 ./man/man5/argus.conf.5
> /usr/local/man/man5/argus.conf.5
> /usr/bin/install -c -m 0644 ./man/man5/rarc.5 /usr/local/man/man5/rarc.5
> /usr/bin/install: cannot stat `./man/man5/rarc.5': No such file or directory
> make: *** [install] Error 1

-- 
  /-\
 C oo   "Das beste Werkzeug wird zum Tand in eines tumben Toren Hand."
 _( ^)                                               Daniel Düsentrieb
/   -\



More information about the argus mailing list