9
Python ที่ปฏิบัติการไม่พบไลบรารีที่ใช้ร่วมกันของ libpython
ฉันกำลังติดตั้ง Python 2.7 บน CentOS 5 ฉันสร้างและติดตั้ง Python ดังนี้ ./configure --enable-shared --prefix=/usr/local make make install เมื่อฉันพยายามเรียกใช้ / usr / local / bin / python ฉันได้รับข้อความแสดงข้อผิดพลาดนี้ /usr/local/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory เมื่อฉันเรียกใช้ ldd บน / usr / local / …
143
python