Change by Paul Weiss :
--
versions: +Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue27929>
___
___
Python-bugs-list mailing list
Unsub
Paul Weiss added the comment:
As it turns out I am using an older version of make on the machine that I was
having trouble with. It seems we have made some bad assumptions about the
configuration of our machines. It makes sense with other problems we have had
on the other machines too. I am
Paul Weiss added the comment:
So I have solved my own issue, but the solution raises another question. Let me
explain...
On a whim I copied the build/lib.linux-i686-2.7 directory into the
/opt/Python-2.7/lib/python2.7 directory as lib-dynload. This worked and python
installed correctly. In
Paul Weiss added the comment:
No, Redhat's 2.6.9. Could that be the issue?
--
___
Python tracker
<http://bugs.python.org/issue12582>
___
___
Python-bugs-l
Paul Weiss added the comment:
Correct, I am using the source from
http://www.python.org/ftp/python/2.7.2/Python-2.7.2.tgz
make clean
./configure --prefix=/opt/Python-2.7
make
sudo make install
I get this:
/usr/bin/install -c -m 644 ./LICENSE /opt/Python-2.7/lib/python2.7/LICENSE.txt
New submission from Paul Weiss :
I am trying to install python 2.7 on my Redhat machine. It installs most of the
files, but it doesn't install the lib-dynload directory. I have set every path,
done every install and clean I could think of but I can't get it to work. I
have tried