This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tony_nelson
Recipients tony_nelson
Date 2009-04-01.03:11:17
SpamBayes Score 7.447376e-12
Marked as misclassified No
Message-id <1238555479.53.0.0126068485544.issue5638@psf.upfronthosting.co.za>
In-reply-to
Content
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 the build directory.  I see that the new
environment for the child CGI process still has LD_LIBRARY_PATH set. 
The child process is not using that when the CGI is invoked.

After the new shared Python (or one like it) is installed, the test
passes, but the CGIs aren't using the correct copy of Python.

I'm doing this with Python 2.6.1, but the version probably doesn't matter.
History
Date User Action Args
2009-04-01 03:11:19tony_nelsonsetrecipients: + tony_nelson
2009-04-01 03:11:19tony_nelsonsetmessageid: <1238555479.53.0.0126068485544.issue5638@psf.upfronthosting.co.za>
2009-04-01 03:11:18tony_nelsonlinkissue5638 messages
2009-04-01 03:11:17tony_nelsoncreate