./configure *: No such file or directory

简介: 今天在CentOS下安装Nginx时,遇到了类似以下的问题:./configure auto/unix: No such file or directory./configure auto/options: No such file or directory之前在另一台服务器上安装的时候也没有遇到此问题,安装过程参考:CentOS6.5下Nginx1.7.4安装记录于是网上搜索解决方案,但是搜索了很久也没有找到解决方案,当我使用“mkdir auto/unix”之后,还是提示类似的错误,但目录名又变了。

今天在CentOS下安装Nginx时,遇到了类似以下的问题:

./configure auto/unix: No such file or directory

./configure auto/options: No such file or directory

之前在另一台服务器上安装的时候也没有遇到此问题,

安装过程参考:CentOS6.5下Nginx1.7.4安装记录

于是网上搜索解决方案,但是搜索了很久也没有找到解决方案,

当我使用“mkdir auto/unix”之后,还是提示类似的错误,但目录名又变了。

纠结了好久,后来让朋友帮忙看看,才发现是解压的时候就有好多文件没有解压出来,判断应该是安装包压缩文件坏了

所以解压的时候就少了好多的文件或目录,重新下载一个解压安装问题就解决了。

当遇到问题迟迟解决不了的时候,不如让别人帮忙看看,或许问题就很容易得到解决了。


目录
相关文章
mkdir: cannot create directory `**': No such file or directory
在mkdir时报错的解决方案,在网上找了很多文章都没有说清楚原因。
424 0
|
6月前
|
Shell
adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory
adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory
102 0
|
Python
ERROR: file or directory not found: xx.py
​ 1、问题出现原因 在vscode中已导入pytest框架,做自动化demo小测试,运行Python文件一直出现如题错误,截图如下: ERROR: file or directory not found: xx.py  2、解决办法 1)直接把该文件移到当前主目录下,放在PYTHON-STUDY下 2)VSCode中右键tuopan.py文件,选择[在集成终端中打开],或者通过CD命令进入到tuopan.py文件所在目录 然后输入以下命令即可: 注:上述命令不是换行,在d:/前有空格 ,第一行信息为python所在安装路径,空格后的换行为运行的python文件的所在路径  
155 0
|
JavaScript
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
188 0
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
|
C语言 Python Windows
gcc: error: /FIPython.h: File o directory non esistente
gcc: error: /FIPython.h: File o directory non esistente
116 0
未解决:lrelease: could not exec ‘/usr/lib/qt5/bin/lrelease‘: No such file or directory
未解决:lrelease: could not exec ‘/usr/lib/qt5/bin/lrelease‘: No such file or directory
241 0
./autogen.sh: 3: gtkdocize: not found
./autogen.sh: 3: gtkdocize: not found
98 0
curses.h: No such file or directory
curses.h: No such file or directory
129 0