Problem installing 3.2.1 on a Linux server
John S James
john2james at gmail.com
Sat Aug 6 14:04:07 EDT 2011
More information about the Python-list mailing list
Sat Aug 6 14:04:07 EDT 2011
- Previous message (by thread): how to separate a list into two lists?
- Next message (by thread): Problem installing 3.2.1 on a Linux server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
My ISP (Bluehost) does not yet support Python version 3, but gave me shell access (no sudo) so that I can install Python 3 myself on my server account (running Apache). So I uploaded the standard Python.org installation package (Python 3.2.1 for Linux) and followed instructions, starting with ./configure. These instructions had worked for me before, to install Python3 on a Linux netbook. But on the server, ./configure starts fine, but later stops with an error. Here is the section of the output where the error occurred: *checking for build directories... done* *configure: creating ./config.status* *config.status: creating Makefile.pre* *config.status: creating Modules/Setup.config* *config.status: error: cannot find input file: `Misc/python.pc.in'* Then the ./configure step stopped. Needless to say, the next step, Make, did not work because there was no Makefile. Others have received the same message, in different contexts. But I haven't found a solution. Two action items: * For the Python community, it would help to fix this problem in the standard Python distribution, if possible. People do want to run Python3 on more servers. I could help by testing the fix to see if the Python3 install now works. * Meanwhile I'd appreciate any advice on a temporary fix (such as changing the configure file, or where to find a package that I could install on the server before installing Python3). All I need for now is the most basic installation, to support CGI and Web forms. John -- John S. James www.RepliCounts.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20110806/83e7b5bf/attachment.html>
- Previous message (by thread): how to separate a list into two lists?
- Next message (by thread): Problem installing 3.2.1 on a Linux server
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list