root@server:~/shc-3.8.9# make install
*** Installing shc and shc.1 on /usr/local
*** Do you want to continue? y
install -c -s shc /usr/local/bin/
install: cannot run strip: No such file or directory
install: strip process terminated abnormally
make: *** [install] Error 1
Run Code Online (Sandbox Code Playgroud)
我不make install
经常使用。有人可以告诉我如何修复它吗?:)
/edit1:此错误实际上发生在我上面发布的错误之前,抱歉,如果这令人困惑..(我尝试使用“cp shc-3.8.9.c shc”绕过下面的错误,但随后发生了上面的错误。所以现在我安装了“binutils”,并重复了安装过程,我收到此错误)
root@server:~/shc-3.8.9# make
cc -Wall shc.c -o shc
make: cc: Command not found
make: *** [shc] Error 127
Run Code Online (Sandbox Code Playgroud) 有什么办法可以撤消sudo
脚本中的内容吗?喜欢..
sudo ./script.sh
Run Code Online (Sandbox Code Playgroud)
sudo
具有权限的命令 1,2,3,4,5
命令 6,7,8,9 无sudo
权限