Install thrift-11.04 in Ubuntu 0.8.0

Source: Internet
Author: User


The installation of thrift-11.04 in Ubuntu 0.8.0 may be due to the fact that ubuntu is not commonly used. It takes a day to get it done! I installed thrift plugin today, decompress tar-xzvf thrift-0.8.0.tar.gz www.2cto.com thrift Website: thrift.apache.org install thrift under Ubuntu is actually very simple (you can refer to the wiki to do, But please note the following remarks for beginners): 1. Check whether the system has installed G ++, terminal-> g ++. If not, use sudo apt-get install g ++. 2. Check whether the system has installed make, terminal-> make. If it is not installed, you can use sudo apt-get install make 3. If it is not installed, an error will be reported, terminal-> sudo apt-get install python-dev 4. install the thrift dependency package, mainly boost, etc. Refer to the wiki Wizard: Gett Inglettupackages terminal-> sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g + libssl-dev 5. Compile thrift, go to the thrift-0.8.0 file: www.2cto.com cd thrift-0.8.0. /configure sudo make install Note: Please note the sudo before make and make install. Otherwise, an error may be reported and the thrift command cannot be generated! Author: caodaoxi

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.