- 积分
- 37
- 威望
-
- 金钱
-
- 注册时间
- 2022-6-16
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
本帖最后由 onephp 于 2022-6-16 22:05 编辑
因为项目比较陈旧,下载的LNMP1.8版本。系统环境为Ubuntu20。
军哥虽然您已经提示Ubuntu不能安装低版本,但是我把限制去掉了,php5.3也能正常运行。这完全是因为客户机器必须是Ubuntu20,不可更改。
麻烦军哥看一下,报错的信息应该是init.d.php-fpm这个文件最后没编译出来。
- Install ZendGuardLoader for PHP 5.4...
- Notice: not found!!!download now...
- --2022-06-16 21:51:03-- https://soft.vpser.net/web/zend/ZendGuardLoader-70429-PHP-5.4-linux-glibc23-x86_64.tar.gz
- Resolving soft.vpser.net (soft.vpser.net)... 45.34.93.228, 2600:3c01::f03c:91ff:fe92:1a06
- Connecting to soft.vpser.net (soft.vpser.net)|45.34.93.228|:443... connected.
- HTTP request sent, awaiting response... 416 Requested Range Not Satisfiable
- The file is already fully retrieved; nothing to do.
- Write ZendGuardLoader to php.ini...
- Creating new php-fpm configure file...
- Copy php-fpm init.d file...
- cp: cannot stat '/home/gxing/lnmp1.8-full/src/php-5.4.45/sapi/fpm/init.d.php-fpm': No such file or directory
- chmod: cannot access '/etc/init.d/php-fpm5.4': No such file or directory
- Add php-fpm5.4 service at system startup...
- +-------------------------------------------+
- | Manager for LNMP, Written by Licess |
- +-------------------------------------------+
- | https://lnmp.org |
- +-------------------------------------------+
- Starting LNMP...
- Starting nginx... done
- Starting mysql (via systemctl): mysql.service.
- Starting php-fpm done
- ^[[0;31mFailed to install php-5.4.45, you can download /root/install-mphp5.4.log from your server, and upload install-mphp5.4.log to LNMP Forum.
复制代码
|
|