Website content quality is poor, distribution efficiency is too low how to do?Huawei engineers offer 5 unique skills>>>
sudo: ./configure: command not found
1. Problem Description:
Sudo:./configure: command not found appears when installing the software. Not before, but now it will be a problem when you re install the software, so it’s not a problem with the software package. There is a configuration file in it, but this problem will appear when you run it
2. Problem screenshot:
admin@PicOS-OVS$sudo ./configure --prefix=/usr/local/snmp --with-mib-modules='ucd-snmp/diskio ip-mib/ipv4InterfaceTable'
sudo: ./configure: command not found
3. Problem solving
chmod 777 configure
or
chmod 755 ./configure