make error on Red Hat 3

Dustin deviousz at gmail.com
Fri Dec 1 17:52:01 EST 2006


that did it, thx much!

On 11/22/06, Philipp E. Letschert <phil at uni-koblenz.de> wrote:
> 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