- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
checking for sqlite3 >= 3.7.7... no/ W* G5 h3 K5 V
configure: error: Package requirements (sqlite3 >= 3.7.7) were not met:
$ l0 V* K" X+ B4 m' \! l$ f
, O0 F1 l5 e3 \# UNo package 'sqlite3' found
& D n1 [+ o' w" T
1 E4 E! K" a9 ^0 n
" m- S1 I+ K; T解决办法:
( A& f, c# \# B) s
7 _3 ~9 c- O v* K2 t[root@ipam php-8.3.0]# yum install -y sqlite-devel8 X% c4 V& c6 s! p7 b
Loaded plugins: fastestmirror6 y% y1 B1 d: t
Loading mirror speeds from cached hostfile; l. \" i E+ |4 t+ i* d
* base: ftp.sjtu.edu.cn/ ~! l' X* A7 I- ?9 ]3 d" l
* extras: ftp.sjtu.edu.cn- p' T5 ^. d" F: _" H& l r+ H
* updates: mirror.lzu.edu.cn
& Q. Z$ D, B8 ]: L6 Z6 rResolving Dependencies
4 y9 s1 S! D" a' I--> Running transaction check
! ~3 ?0 a8 Y7 r4 Q: |---> Package sqlite-devel.x86_64 0:3.7.17-8.el7_7.1 will be installed
2 L3 c1 V# f8 A: Z--> Finished Dependency Resolution
- E' f* \1 t1 c8 X/ w6 b/ l6 P+ j4 e
' v2 X7 P9 k! n0 N1 j. h+ u) IDependencies Resolved
0 d$ @. H4 e4 x$ y; E- P$ S$ a$ n
==================================================================================================================================================================================================================7 c1 ]! x2 a' a+ [! e$ Y/ _
Package Arch Version Repository Size2 k' n5 E. b! L$ d( I/ t
==================================================================================================================================================================================================================8 ~' l. W3 Y- }
Installing:
. x4 W& x% M* O8 N+ Q; l% y sqlite-devel x86_64 3.7.17-8.el7_7.1 base 104 k
) o0 s+ z, s1 D9 Q( A1 q5 P B( G, x' b" C2 z( a f
Transaction Summary9 z( v; L' [+ T0 D) n
==================================================================================================================================================================================================================
( t' n9 I* d, ?: l* U8 a* PInstall 1 Package4 L/ j3 b( P! K6 {1 [: O! q
7 I9 l: A/ Y( Q" E: Y9 }. f
Total download size: 104 k1 i7 X8 b' K- b2 M; z2 Z, {
Installed size: 366 k
% \' d4 v2 {3 yDownloading packages:& a6 b& s7 ~0 |5 L) }& e
sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm | 104 kB 00:00:00 % `; J/ L* W5 m% I2 c, E
Running transaction check) z9 f9 y6 P& @
Running transaction test, e& F1 \, [. e1 m! O: u
Transaction test succeeded
0 [4 [% E4 m4 kRunning transaction
5 v$ O6 Z- o: s7 j' S( t Installing : sqlite-devel-3.7.17-8.el7_7.1.x86_64 1/1 - J+ \5 U# X! i/ ~/ y: q% ~
Verifying : sqlite-devel-3.7.17-8.el7_7.1.x86_64 1/1 , m3 r# w O3 R: r, z7 D% X
# L7 n8 y- \# Q# z1 J, I! }; JInstalled:
$ b8 E0 {0 p+ C$ m, t5 V sqlite-devel.x86_64 0:3.7.17-8.el7_7.1 ) T f6 Q( T7 n" S+ A0 _/ W% w
& Y( O( _, a9 s7 O7 S7 [8 ~* i
Complete!! x [5 ?7 e z% f0 }9 T
+ @4 B- R' l8 S4 r9 C0 Z) H
5 @7 W& V/ x2 x% h q. x f( t0 _7 u" V
问题解决:* d0 j5 l! w. y1 y- ^( V3 B
checking for sqlite3 >= 3.7.7... yes
5 J0 `! U3 C# d9 H5 v" B+ i8 M0 X; D7 _/ c) g9 n
|
|