Install openFetion/source code in Linux

Source: Internet
Author: User
For how to install openfetion in Linux (source code installation), first give the following: http://www.linux99.com/down/1/501.html Ideal:./configuremakesudo... information & n about installing openfetion in Linux (source code installation) first: http://www.linux99.com/down/1/501.html Ideal:./configure make sudo make install! But there will be some problems: first, the requirements for the library: openssl, libxml2, gtk + 2.0, if you install (. /configure), it may be the OLD version or not, so you need to install it: sudo apt-get install libgtk2-dev sudo apt-get install libssl-dev apt-get install libxml2-dev sudo apt-get install pkg-config and then configure on it, then make, sudo make install again, but there may be a problem in the configure process: checking for LIBXML2... configure: error: Package requirements (libxml-2.0> = 2.6) were not met: No package' Libxml-2.0 'found Consider adjusting the PKG_CONFIG_PATH environment variable ifyouinstalled software in a non-standard prefix. alternatively, you may set the environment variablesLIBXML2_CFLAGSand LIBXML2_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details. this is actually the problem of environment variables, solve: OK/usr/local/libxml2/lib/pkgconfig Directory has a libxml-2.0.pc and then exportPKG_CONFIG_PATH =/usr/local/ Libxml2/lib/pkgconfig: $ PKG_CONFIG_PATH and then OK will be installed! Okay. then we test: starting fetion (application ---> Internet ----> fetion) may fail. solution: you need to install the following three packages: sudo apt-get install libcurl3sudo apt-get install automake libc-dev g ++ libcurl4-openssl-devsudo apt-get install build-essential and then start, OK //// from the column in shanshanpt
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.