"bash: ./configure: bad interpreter: No such file or directory"
安装dos2unix 然后“dos2unix ./configure” 可以解决,原因Windows 'EOF'不能在Linux机器上识别
本文介绍了一种常见错误“bash:./configure:badinterpreter:Nosuchfileordirectory”的解决方案。该问题通常发生在从Windows环境移植到Linux环境的过程中,由于文件格式不一致导致。通过安装并使用dos2unix工具进行文件转换即可解决此问题。
安装dos2unix 然后“dos2unix ./configure” 可以解决,原因Windows 'EOF'不能在Linux机器上识别
2598

被折叠的 条评论
为什么被折叠?