When compiling gearman, the following message is displayed: boost is missing. Compile gearmanboost.

Source: Internet
Author: User

When compiling gearman, the following message is displayed: boost is missing. Compile gearmanboost.

When compiling german, the following message is displayed: boost is missing:

checking for boostlib >= 1.39... configure: We could not detect the boost libraries (version 1.39 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
configure: error: could not find boost

Solution
# yum install -y boost boost-devel

You can.


When gearman is installed in redhat, an error is reported during make. How can this problem be solved? Ladies and Gentlemen

Delete the original sqlite3 from the system, go to the official website to the next source code, and re-compile and install sqlite3.

For example:
Install sqlite3 to/usr/local/sqlite3
Tar zxf sqlite3.xxxx.tar.gz
Cd sqlite.3.xxxx
./Configura -- prefix =/usr/local/sqlite3
Make & make install
Cd ..

Finally, when compiling Gearman with -- with-sqlite3 =/usr/local/sqlite3, tell the compiler should use this new sqlite.


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.