[issue5638] test_httpservers fails CGI tests if --enable-shared

2014-06-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: David, Senthil, can either of you make any sense of this? Is the described configuration supported? Or should we close this? -- nosy: +orsenthil, r.david.murray, terry.reedy ___ Python tracker rep...@bugs.python.org

[issue5638] test_httpservers fails CGI tests if --enable-shared

2014-06-28 Thread Ned Deily
Ned Deily added the comment: I don't see where any problems were fixed but I've verified that with current default that this case works correctly if you start the tests correctly as make test does. LD_LIBRARY_PATH=$CWD ./python -m test ... The cgi test cases create a temporary directory, set

[issue5638] test_httpservers fails CGI tests if --enable-shared

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5638 ___ ___

[issue5638] test_httpservers fails CGI tests if --enable-shared

2010-07-10 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Would anyone like to comment on this. -- nosy: +BreamoreBoy stage: - unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org

[issue5638] test_httpservers fails CGI tests if --enable-shared

2009-03-31 Thread Tony Nelson
New submission from Tony Nelson tony_nel...@users.sourceforge.net: test_httpservers fails the CGI tests if Python was built as a shared library (./config --enable-shared) and not yet installed. To run such a Python without installing it, the command line must define LD_LIBRARY_PATH to point to