Linux系统下指定应用安装目录时提示 .configure报-bash: .configure: No such file or directory

xiaoxiao2025-05-28  267

 

       我们Linux系统在安装应用程序时进行指定其安装目录 ,通常使用  ./configure  --prefix=自定义的安装目录 命令来操作。

 例如我安装python应用使用    ./configure --prefix=/home/softwareInstall/pythoninstall   

  错误提示:./configure报-bash: ./configure: No such file or directory

            

  分析原因:1、在你配置指定路径时没有这样的文件或目录存在,先创建一个目录。

                    2、可能现在执行的目录下没有configure 程序,你无法执行,你到configure所在目录下重新执行语句就可以了

 

 

 

转载请注明原文地址: https://www.6miu.com/read-5030845.html

最新回复(0)