./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”之后,还是提示类似的错误,但目录名又变了。

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

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

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


目录
相关文章
|
9月前
mkdir: cannot create directory `**': No such file or directory
在mkdir时报错的解决方案,在网上找了很多文章都没有说清楚原因。
195 0
|
7月前
cancal报错 config dir not found
cancal报错 config dir not found
|
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)
123 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
90 0
./autogen.sh: 3: gtkdocize: not found
./autogen.sh: 3: gtkdocize: not found
78 0
curses.h: No such file or directory
curses.h: No such file or directory
99 0
|
开发工具 git
/usr/bin/env: escript: No such file or directory的解决办法
/usr/bin/env: escript: No such file or directory的解决办法
375 0
No such file or directory
No such file or directory
213 0
No such file or directory
|
Ruby
ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /usr/bin directory.错误解决办法
ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /usr/bin directory.错误解决办法
2500 0