Cant compile uwsgi under centos (fc10) with python2.6
Posted
by FuN_ViT
on Stack Overflow
See other posts from Stack Overflow
or by FuN_ViT
Published on 2010-04-07T08:10:12Z
Indexed on
2010/04/07
8:13 UTC
Read the original article
Hit count: 347
it`s normally build with python 2.5 BUT i need 2.6! 2.6 normally installed in /opt/python26 and successfully run as python2.6 in console.
but
python2.6 uwsgiconfig.py --build
give me
*** uWSGI linking ***
/usr/bin/ld: cannot find -lpython2.6
collect2: ld returned 1 exit status
HELP!
© Stack Overflow or respective owner