{"id":1782,"date":"2018-07-19T16:37:49","date_gmt":"2018-07-19T08:37:49","guid":{"rendered":"https:\/\/cowmanchiang.me\/wp\/?p=1782"},"modified":"2023-10-31T15:42:22","modified_gmt":"2023-10-31T07:42:22","slug":"python-fix-error-while-loading-shared-libraries-libpython2-7-so-1-0","status":"publish","type":"post","link":"https:\/\/cowmanchiang.me\/wp\/?p=1782","title":{"rendered":"[Python] fix error while loading shared libraries: libpython2.7.so.1.0"},"content":{"rendered":"<p>error log: \/opt\/rh\/python27\/root\/usr\/bin\/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory<\/p>\n<p>check libpython2.7.so.1.0 exist?<br \/>\n<code>find . -name 'libpython2.7.so.1.0'<\/code><\/p>\n<p>if the file was exist: edit the ldconfig config<br \/>\n<code>echo \"\/opt\/rh\/python27\/root\/usr\/lib64\" > \/etc\/ld.so.conf.d\/python27.conf<br \/>\nldconfig<\/code><\/p>\n<p>if the file was not exist: install python27<br \/>\n(to install python2.7 in centos 6 , source: <a href=\"https:\/\/www.vcloudnine.de\/python-2-7-for-centos-6\/\" rel=\"noopener noreferrer\" target=\"_blank\">vcloudnine: Python 2.7 for CentOS 6<\/a>)<br \/>\n<code>yum install centos-release-SCL<br \/>\nyum install python27<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>error log: \/opt\/rh\/python27\/root\/usr\/bin\/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory check libpython2.7.so.1.0 exist? find . -name &#8216;libpython2.7.so.1.0&#8217; if the file was exist: edit the ldconfig config echo &#8220;\/opt\/rh\/python27\/root\/usr\/lib64&#8221; > \/etc\/ld.so.conf.d\/python27.conf ldconfig &hellip; <a href=\"https:\/\/cowmanchiang.me\/wp\/?p=1782\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[93,72],"tags":[],"class_list":["post-1782","post","type-post","status-publish","format-standard","hentry","category-centos","category-python"],"_links":{"self":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1782","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1782"}],"version-history":[{"count":3,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1782\/revisions"}],"predecessor-version":[{"id":1850,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=\/wp\/v2\/posts\/1782\/revisions\/1850"}],"wp:attachment":[{"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1782"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1782"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cowmanchiang.me\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}