In reply to:
I have been given permission to install a local version of the ARP command in my space as I need to use it in one of my PHP scripts.
Eh? What does this PHP script do?
In reply to:
1. how do I fix this??? do I need to patch anything (and yes I don't know how to patch either!)
2. once the make works has it produced "executables" (sorry I am a DOS/Windows users, don't flame me please !!!!)
3. where should i put the "executables" i am only interested really in the arp command
For what it's worth, I got the same error after doing a "make config" and a "make"; after hacking out all the X.25 references (..PAD protocols probably aren't used here) I did get it to compile and got the "arp" binary (executable).
However, it won't work here - arp needs access to the "/proc/net" system directory and I don't think that's gonna happen.
But I am puzzled/curious as to what a PHP script would need access to the arp tables for. You may be better off trying to dork with the PHP rather than playing unix games.