sujian919 发表于 2020-11-29 15:51:07

安装多PHP的时候,显示在 php-fpm7.4 服务中读取信息时出错...

checking whether to use system default cipher list instead of hardcoded value... no
checking for RAND_egd... no
checking for openssl >= 1.0.1... yes
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether Intel CET is enabled... no
checking whether to enable the SQLite3 extension... yes
checking for sqlite3 > 3.7.4... no
configure: error: Package requirements (sqlite3 > 3.7.4) were not met:

No package 'sqlite3' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables SQLITE_CFLAGS
and SQLITE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** 没有指明目标并且找不到 makefile。 停止。
make: *** 没有指明目标并且找不到 makefile。 停止。
make: *** 没有规则可以创建目标“install”。 停止。
Copy new php configure file...
Modify php.ini......
Install ZendGuardLoader for PHP 7.4...
unavailable now.
Creating new php-fpm configure file...
Copy php-fpm init.d file...
cp: 无法获取"/root/lnmp1.7/src/php-7.4.12/sapi/fpm/init.d.php-fpm" 的文件状态(stat): 没有那个文件或目录
chmod: 无法访问"/etc/init.d/php-fpm7.4": 没有那个文件或目录
Add php-fpm7.4 service at system startup...
在 php-fpm7.4 服务中读取信息时出错:没有那个文件或目录
在 php-fpm7.4 服务中读取信息时出错:没有那个文件或目录
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            https://lnmp.org             |
+-------------------------------------------+
Starting LNMP...
Starting nginx...done
Starting MySQL... SUCCESS!
Starting php-fpmdone


sujian919 发表于 2020-11-29 15:52:39


安装失败log.

licess 发表于 2020-11-29 17:38:34

什么系统及版本?
centos的话 yum install sqlite-devel
debian/ubuntu的话 apt-get install libsqlite3-dev
这个软件包在安装脚本、升级脚本中都是有的

页: [1]
查看完整版本: 安装多PHP的时候,显示在 php-fpm7.4 服务中读取信息时出错...