- 论坛徽章:
- 224
|
还是不行,oralce mysql现在的产品代码做得真是太不严谨了,猜测放到oralce linux 6.x就可以成功编译- [root@10 ~]# rpmbuild --rebuild --clean mysql-community-5.7.11-1.el6.src.rpm
- Installing mysql-community-5.7.11-1.el6.src.rpm
- warning: InstallSourcePackage at: psm.c:244: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
- error: Failed build dependencies:
- cmake28 >= 2.8.2 is needed by mysql-community-5.7.11-1.el6.i686
- [root@10 ~]#
- [root@10 ~]# rpm -q cmake
- cmake-2.8.12.2-4.el6.i686
- [root@10 ~]#
- [root@10 ~]# uname -a
- Linux 10.0.2.15 2.6.32-573.22.1.el6.i686 #1 SMP Wed Mar 23 00:37:12 UTC 2016 i686 i686 i386 GNU/Linux
- [root@10 ~]#
- [root@10 ~]# cat /etc/centos-release
- CentOS release 6.7 (Final)
- [root@10 ~]#
- [root@10 ~]#
复制代码 |
|