AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 安装PHP5.5报错,麻烦帮忙看下什么原因 |
|
---|---|
yuqiang150 |
yuqiang150 发表于 2017-02-05 14:27:23
groupadd: group 'www' already exists
useradd: user 'www' already exists /root/amh/modules/php-5.5/AMHScript: line 108: ./configure: Permission denied make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. mkdir: cannot create directory `/usr/local/php-5.5/var/run/pid': No such file or directory mv: cannot move `/tmp/ext' to `/usr/local/php-5.5/extcode': No such file or directory [Notice] php-5.5 is not installed.
点赞,加油! (0分)
2017-02-05 14:27:23 1
|
shiguo |
No targets specified and no makefile found.
这个报错是说没有发现makefile文件,就是说没有找到makefile!你在使用make命令编译源码的时候要注意,一定要利用cd命令切换到源码所在的路径,然后再make,比如源码在/temp目录下,那就要使用cd /temp,切换工作目录到/temp目录下!
回复
2017-02-05 14:31:04 2
|
shiguo |
mkdir: cannot create directory `/usr/local/php-5.5/var/run/pid': No such file or directory
mv: cannot move `/tmp/ext' to `/usr/local/php-5.5/extcode': No such file or directory 这两个错误目测也是没切换到源码所在的路径造成的。
回复
2017-02-05 14:35:00 3
|
yuqiang150 |
引用: 我是直接后台安装的,这个要怎么办啊?
回复
2017-02-05 14:41:51 4
|
yuqiang150 |
引用: 已经找到原因了,原来是服务器的云锁拦截了,安装不了,我把云锁的防护全关了就可以了、
回复
2017-02-05 14:47:57 5
|
shiguo |
解决了就好。 configure: Permission denied 配置:拒绝权限
回复
2017-02-05 14:57:49 6
|
lovem |
Permission denied被禁了权限
回复
2017-02-05 20:40:29 7
|