:wq - blog » makefile http://writequit.org/blog Tu fui, ego eris Mon, 22 Dec 2014 14:54:59 +0000 en-US hourly 1 http://wordpress.org/?v=4.1.5 Error installing arpwatch on Mac OSX Fix http://writequit.org/blog/2007/11/13/error-installing-arpwatch-on-mac-osx/ http://writequit.org/blog/2007/11/13/error-installing-arpwatch-on-mac-osx/#comments Tue, 13 Nov 2007 07:27:31 +0000 http://writequit.org/blog/?p=86 Another quickie,

Anyone running into the following error:

$ sudo make install
Password:
/usr/bin/install -c -m 555 -o bin -g bin arpwatch /usr/local/sbin
install: bin: Invalid argument
make: *** [install] Error 67

When trying to install arpwatch, edit the Makefile and replace all the occurrences of “-o bin” with “-o root” and all the occurrences of “-g bin” with “-g wheel

Hope this helps someone.

]]>
http://writequit.org/blog/2007/11/13/error-installing-arpwatch-on-mac-osx/feed/ 6