You should rebuild using LIBGMP >= 5 to avoid timing attack vulnerability.

Source: Internet
Author: User

Error message "You should rebuild using LIBGMP >= 5 to avoid timing attack vulnerability."

[[email protected] images]# openstack-status== glance services == openstack-glance-api:                    activeopenstack-glance-registry:               active== Keystone service ==openstack-keystone:                       active== Support services ==libvirtd:                                 activemessagebus:                               activerabbitmq-server:                         activememcached:                                inactive   (disabled on boot) == keystone users ==/usr/lib64/python2.6/ site-packages/crypto/util/number.py:57: powminsecurewarning: not using mpz_powm_sec.   you should rebuild using libgmp >= 5 to avoid timing  attack vulnerability.  _warn ("not using mpz_powm_sec.  you  should rebuild using libgmp >= 5 to avoid timing attack  Vulnerability. ",  powminsecurewarning)

Processing method:

Note: The Centos6.7 system comes with GMP version 4, but some applications such as pycrypto need to use GMP >= 5.

# yum-y Groupinstall "Development Tools" # yum-y install gcc libgcc glibc libffi-devel libxml2-devel libxslt-devel openss L-devel zlib-devel bzip2-devel ncurses-devel python-devel# tar xvjf gmp-6.1.0.tar.bz2 # cd gmp-6.1.0# ls#./configure # EC  Ho $?# make# echo $?# make check# echo $?# make install# echo $?# yum install Python-pip-y#pip install--ignore-installed pycrypto#/etc/init.d/openstack-keystone Restart

The problem is solved, the record


This article is from the "Frozen vs watermelon" blog, so be sure to keep this source http://molewan.blog.51cto.com/287340/1727258

You should rebuild using LIBGMP >= 5 to avoid timing attack vulnerability.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.