Note that there are some explanatory texts on larger screens.

plurals
  1. POPython error while configuring mesos on centos
    text
    copied!<p>I am trying to install mesos on CentOs. I downloaded it and run <code>./configure</code> command. But couldn't be completed due to installed version of python as mesos requires development version 2.6. I tried to upgrade python but it upgrades to 2.4 only. Then I manually download python 2.6 and install, which is located under <code>/usr/local/bin/</code> and the old one is located under <code>/usr/bin</code>. When I run the python command in terminal it displays python 2.6, but again when I configure mesos it again gives same error. </p> <blockquote> <p>configure: error: in `/root/mesos-0.14.1': configure: error: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LDFLAGS environment variable. Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib" ============================================================================ ERROR! You probably have to install the development version of the Python package for your distribution. The exact name of this package varies among them. ============================================================================</p> </blockquote> <p>I then create symbolic link of <code>/usr/local/bin/python</code> to <code>/usr/bin/python</code> but now 'yum' command doesn't work also configuring mesos again gives same error. I also tried <code>./configure LDFLAGS="-L/usr/local/lib/python/lib"</code> .What should I do to install mesos cluster in Cent Os ? What is the solution ? </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload