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 Shocked.Pancake
Recipients Shocked.Pancake
Date 2012-07-22.20:07:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342987672.67.0.931013334684.issue15426@psf.upfronthosting.co.za>
In-reply-to
Content
On a x86_64 Linux workstation, when building from source with ./configure  --prefix=/usr --libdir=/usr/lib64 --enable-ipv6 --with-threads --enable-shared --doc-dir=/usr/doc/python --mandir=/usr/man, almost all library get installed in /usr/lib and not /usr/lib64. And when the python interpreter get launched, it complain about not finding platform dependent libraries and that I should set $PYTHONHOME.
When I apply the patch that I joined with this, it all works well.
History
Date User Action Args
2012-07-22 20:07:52Shocked.Pancakesetrecipients: + Shocked.Pancake
2012-07-22 20:07:52Shocked.Pancakesetmessageid: <1342987672.67.0.931013334684.issue15426@psf.upfronthosting.co.za>
2012-07-22 20:07:52Shocked.Pancakelinkissue15426 messages
2012-07-22 20:07:51Shocked.Pancakecreate