[issue12582] lib-dynload missing in python install

2011-07-18 Thread Ned Deily
Changes by Ned Deily : -- resolution: fixed -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Paul Weiss
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 g

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Ned Deily
Ned Deily added the comment: Or possibly "install". -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Ned Deily
Ned Deily added the comment: Works for me on another unix-y system. I don't see any reason in configure.in or Makefile.pre.in why this shouldn't work assuming "make" is working as expected. What version of "make" are you using? -- nosy: +ned.deily __

[issue12582] lib-dynload missing in python install

2011-07-18 Thread R. David Murray
R. David Murray added the comment: Well, at this point we have no idea. It works fine for us. This part is all controlled by the Makefile, maybe you can do some debugging on it. -- ___ Python tracker __

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Paul Weiss
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 a

[issue12582] lib-dynload missing in python install

2011-07-18 Thread R. David Murray
R. David Murray added the comment: No. We know we have some issues with platform stuff on linux3 kernels, though, which why I asked. -- ___ Python tracker ___

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Paul Weiss
Paul Weiss added the comment: No, Redhat's 2.6.9. Could that be the issue? -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue12582] lib-dynload missing in python install

2011-07-18 Thread R. David Murray
R. David Murray added the comment: Also, are you using a linux3 kernel? -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bu

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Paul Weiss
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 PYTH

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Éric Araujo
Éric Araujo added the comment: I’m assuming you’re installing a Python from python.org, not the one from Red Hat. Can you give us the configure and make commands you ran? -- nosy: +eric.araujo ___ Python tracker

[issue12582] lib-dynload missing in python install

2011-07-18 Thread Paul Weiss
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 2.7, 2.7.1 and