Ich habe installiert Python 2.6.6 aufWie libpython2.7.so
[17:50:21 [email protected]:~]# which python
/usr/local/bin/python
auch Python 2.7.6 auf
[17:51:12 [email protected]:~]# which python2.7
/usr/local/bin/python2.7
Aber libpython2.7.so fehlt
installieren[17:48:52 [email protected]:~]# locate libpython2.6.so
/usr/lib64/libpython2.6.so
/usr/lib64/libpython2.6.so.1.0
/usr/lib64/python2.6/config/libpython2.6.so
[17:48:56 [email protected]:~]# locate libpython2.7.so
[17:49:02 [email protected]:~]#
Ich weiß nicht, wie ich das beheben kann.
kann jemand helfen?
Haben Sie die Datenbank von locate aktualisiert? Sie müssen 'updatedb' ausführen, um die Datenbank neu zu generieren. Sie könnten auch 'ldconfig -p | grep python2.7' – Enfenion
es zeigt nichts für 'ldconfig -p | grep python2.7' – roy