Re: python not working on RHEL6

2018-10-02 Thread Madushan Chathuranga
Hi, when I type python2.6 terminal opens for python. So no issue on that. but when I type python2.7, python or any yum command It gives the error, python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory Thanks -- https://mai

Error after installing python 2.7.5 on rhel6

2018-10-02 Thread Madushan Chathuranga
Hi All, I'm a beginner on this. I tried to install python 2.7.5 on my rhel6 os. It already had installed 2.6.6. I downloaded the tar and unzipped it the executed below command. ./configure --prefix=/usr \ --enable-shared \ --with-system-expat \ --wi