Linux 源码编译 php 遇到缺失 No package sqlite3 found 问题

Linux 源码编译 php 遇到缺失 No package 'sqlite3' found 问题


先查找 sqlite 库:

[centos@localhost php-7.4.5]$ yum search sqlite
已加载插件:fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Determining fastest mirrors
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
 * webtatic: us-east.repo.webtatic.com
=========================================== N/S matched: sqlite ===========================================
apr-util-sqlite.x86_64 : APR utility library SQLite DBD driver
freeradius-sqlite.x86_64 : SQLite support for freeradius
libdbi-dbd-sqlite.x86_64 : SQLite plugin for libdbi
perl-DBD-SQLite.x86_64 : SQLite DBI Driver
sqlite-devel.i686 : Development tools for the sqlite3 embeddable SQL database engine
sqlite-devel.x86_64 : Development tools for the sqlite3 embeddable SQL database engine
sqlite-doc.noarch : Documentation for sqlite
sqlite-tcl.x86_64 : Tcl module for the sqlite3 embeddable SQL database engine
gom.i686 : GObject to SQLite object mapper library
gom.x86_64 : GObject to SQLite object mapper library
sqlite.i686 : Library that implements an embeddable SQL database engine
sqlite.x86_64 : Library that implements an embeddable SQL database engine

  名称和简介匹配 only,使用“search all”试试。

发现 sqlite-devel.x86_64 库暂未安装,执行安装即可:

[centos@localhost php-7.4.5]$ sudo yum install -y sqlite-devel.x86_64

问题解决!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值