Installation of the Python--rrdtool module

Source: Internet
Author: User
Tags rrdtool install perl

Installing the RRDtool module

wget https://pypi.python.org/packages/99/af/bf46df3104d78591f942278467a1016d056a887c808ed1127207a4e1ebaf/ PYTHON-RRDTOOL-1.4.7.TAR.GZTAR-ZXVF  PYTHON-RRDTOOL-1.4.7.TAR.GZCD Python-rrdtool-1.4.7/python setup.py Install  #可能会报错cd python-rrdtool-1.4.7/./configure   --prefix=/usr/local                                 #也会报错 because there are a lot of dependencies that need to be installed, It's mostly what it warns about. Yum Install libxml2*-y  yum install pango-y yum install glib*-y    yum install pango*-y
   ./configure   make              #这里还是会报错  yum install perl-extutils-cbuilder perl-extutils-makemaker-y  make Make    Install            

Want to try to get into Python

Execute Import RRDtool

If it is still an error, check the echo $LD _library_path, if there is no value, export ld_library_path=/usr/local/lib

If the librrd.so.4 is not found, then find/-name librrd.so.4, then ln-s librrd.so.4 path/usr/local/lib, so Python can successfully import RRDtool

Installation of the Python--rrdtool module

Related Article

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.