- 积分
- 52
- 威望
-
- 金钱
-
- 注册时间
- 2012-11-21
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
军哥,帮忙看看阿里云的vps安装lnmp报错。log:
- ./configure: error: SSL modules require the OpenSSL library.
- You can either do not enable the modules, or install the OpenSSL library
- into the system, or build the OpenSSL library statically from the source
- with nginx by using --with-openssl= option.
- make: *** No rule to make target `build', needed by `default'. Stop.
- cp: cannot create regular file `/usr/local/nginx/conf/nginx.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/dabr.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/discuz.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/sablog.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/typecho.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/wordpress.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/discuzx.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/none.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/wp2.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/phpwind.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/shopex.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/dedecms.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/drupal.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/ecshop.conf': No such file or directory
- cp: cannot create regular file `/usr/local/nginx/conf/fcgi.conf': No such file or directory
- Create PHP Info Tool...
- Copy PHP Prober...
- p.php
- ============================Install PHPMyAdmin=================================
- ============================phpMyAdmin install completed=================================
- ============================add nginx and php-fpm on startup============================
- Download new nginx init.d file......
- --2014-03-29 15:08:19-- http://soft.vpser.net/lnmp/ext/init.d.nginx
- Resolving soft.vpser.net... 96.44.153.111
- Connecting to soft.vpser.net|96.44.153.111|:80... connected.
- HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
- The file is already fully retrieved; nothing to do.
- ===========================add nginx and php-fpm on startup completed====================
- Starting LNMP...
- Starting MySQL. SUCCESS!
- Starting php_fpm /etc/init.d/php-fpm: line 61: /usr/local/php/bin/php-cgi: No such file or directory
- failed
- # Generated by iptables-save v1.3.5 on Sat Mar 29 15:08:21 2014
- *filter
- :INPUT ACCEPT [1:112]
- :FORWARD ACCEPT [0:0]
- :OUTPUT ACCEPT [1:84]
- -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
- COMMIT
- # Completed on Sat Mar 29 15:08:21 2014
- ===================================== Check install ===================================
- [H[2JChecking...
- Error: /usr/local/nginx not found!!!Nginx install failed.
- Error: /usr/local/php not found!!!PHP install failed.
- MySQL: OK
- Sorry,Failed to install LNMP!
- Please visit https://bbs.vpser.net/forum-25-1.html feedback errors and logs.
- You can download /root/lnmp-install.log from your server,and upload lnmp-install.log to LNMP Forum.
复制代码 |
|