python - Compiling MySQL Workbench on Ubuntu 13.04 -


i having problems compiling mysql workbench on ubuntu 13.04. downloaded source mysql site , during configure part checks dependencies says:

checking python2.6... no checking python2.7... yes checking python libraries... not found configure: error: python c development headers/libraries not found 

i tried hack , modify configure file , removed part checked python headers.

by doing checks succeeds , can run make, during make process says cannot find python.h (which expected):

python_context.h:28:21: fatal error: python.h: no such file or directory

so searched installation directory of python 2.7 , found python.h. searched on internet, couldn't find answer how solve problem. appreciated.

it cannot find so file. i'm not sure proper solution is, following works around it:

sudo ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so /usr/lib/libpython2.7.so 

but after of that, got (unrelated) compile errors, gave up, , went outdated packages ubuntu.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -