Why can't I find libpython2.7.so or libpython2.7.so.1.0

I am installing Python on CentOS 6.5 like this:

wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
tar xf Python-2.7.3.tar.bz2 
cd Python-2.7.3
./configure –prefix=/usr/local
make
make altinstall

      

This installs python2.7 ok, however I cannot find libpython2.7.so

or libpython2.7.so.1.0

on the system.

I need .so

for other things likemod_wsgi

Is there some kind of flag while installing python?

+3
python shared-libraries centos


source to share


No one has answered this question yet

Check out similar questions:

2818
Finding the index of an element by specifying the list that contains it in Python
1829
Why is "1000000000000000 in range (1000000000000001)" so fast in Python 3?
1698
Find current directory and file directory
1675
Why is reading lines from stdin much slower in C ++ than Python?
1646
Why is it string.join (list) instead of list.join (string)?
1349
Why can't Python parse this JSON data?
176
How do I import modules into pycharm?
0
installing scipy on Python2.7 on centos 6.4 platform
0
Invalid uWSGI libxml2 headers
0
Make / install Python 2.7.6 over 2.7.3 on Ubuntu 12.04 VM, cannot find packages installed in package



All Articles
Loading...
X
Show
Funny
Dev
Pics