- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
configure: error: Package requirements (oniguruma) were not met:+ U# `% o# d" Y+ S! T' }' \
* K; Y: B6 K3 b( R- _
No package 'oniguruma' found" I' }/ {, t% N2 H* M$ P
; @% E1 r) G) f! o* y F
解决办法:
7 f- }; i2 D/ z7 N, E/ j* o yum install -y oniguruma-devel
0 ^) Z l7 ^. I5 f# ^( Ohttp://www6.atomicorp.com/channe ... .2-1.el7.x86_64.rpm' H. }7 S; r# M$ U; ^3 P6 ^
http://www6.atomicorp.com/channels/atomic/centos/7/x86_64/RPMS/oniguruma-devel-6.8.2-1.el7.x86_64.rpm
5 K# v( g/ C9 {( t" a% m1 j* B% m+ K+ y8 z
yum install oniguruma-6.8.2-1.el7.x86_64.rpm -yLoaded plugins: fastestmirrorExamining oniguruma-6.8.2-1.el7.x86_64.rpm: oniguruma-6.8.2-1.el7.x86_64Marking oniguruma-6.8.2-1.el7.x86_64.rpm to be installedResolving Dependencies--> Running transaction check---> Package oniguruma.x86_64 0:6.8.2-1.el7 will be installed--> Finished Dependency ResolutionDependencies Resolved================================================================================================================================================================================================================== Package Arch Version Repository Size==================================================================================================================================================================================================================Installing: oniguruma x86_64 6.8.2-1.el7 /oniguruma-6.8.2-1.el7.x86_64 672 kTransaction Summary==================================================================================================================================================================================================================Install 1 PackageTotal size: 672 kInstalled size: 672 kDownloading packages:Running transaction checkRunning transaction testTransaction test succeededRunning transaction Installing : oniguruma-6.8.2-1.el7.x86_64 1/1 Verifying : oniguruma-6.8.2-1.el7.x86_64 1/1 Installed: oniguruma.x86_64 0:6.8.2-1.el7 Complete!% ^8 X g$ l, U& ^# C
+ b4 Y4 M# w D
. b8 ]. |: H8 I |
|