Command 'make' not found, but can be installed with:
sudoaptinstallmakesudoaptinstall make-guile
使用sudo apt install make安装make,发现报错如下:
E: Could not get lock /var/lib/dpkg/lock-frontend - open(11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
进入到下一个选择时,使用上下键找一下“Build static binary (no shared libs) ”。
然后按一下y就是选择上了。
按一下Esc键就可以退回到上一层。
按一下Esc键就可以退回到保存界面。
选择“yes”按一下Enter键,就退到原来的命令行下。
sudo make -j2进行编译。
完成之后提示如下:
Static linking against glibc, can't use --gc-sections
Trying libraries: crypt m resolv rt
Library crypt is not needed, excluding it
Library m is needed, can't exclude it (yet)
Library resolv is needed, can't exclude it (yet)
Library rt is not needed, excluding it
Library m is needed, can't exclude it (yet)
Library resolv is needed, can't exclude it (yet)
Final link with: m resolv
sudo make install进行安装。
完成之后,提示:
You will probably need to make your busybox binary
setuid root to ensure all configured applets will
work properly.