Target board is BBB; SDK for AM355x; booting from SD card.
I am trying to build net-snmp locally on the board. The source was downloaded from net-snmp. In running the config file, I get an error:
*** snmpd persistent storage location:
Enter a directory for the SNMP library to store persistent
data in the form of a configuration file. This default location is
different than the old default location (which was for ucd-snmp). If
you stay with the new path, I'll ask you in a second if you wish to
copy your files over to the new location (once only). If you pick
some other path than the default, you'll have to copy them yourself.
There is nothing wrong with picking the old path (/var/ucd-snmp) if
you'd rather.
Providing the --with-persistent-directory="path" parameter to
./configure will avoid this prompt.
Location to write persistent information (/var/net-snmp):
setting Location to write persistent information to... /var/net-snmp
checking if I need to feed myself to ksh... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for a BSD-compatible install... ./install-sh -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a sed that does not truncate output... /bin/sed
checking for file... no
configure: error: file program not found although it is needed by libtool.
root@am335x-evm:~/TransferToTarget# file sedscript.in
bash: file: command not found
root@am335x-evm:~/TransferToTarget# sh
root@am335x-evm:~/TransferToTarget# file
sh: file: command not found
Neither bash nor sh (the two installed shells) are able to execute the "file" command.
How do I get this "file" command in one (or both) of these shells?