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.
Created on 2012年07月22日 20:07 by Shocked.Pancake, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| python3.x86_64.diff | Shocked.Pancake, 2012年07月22日 20:07 | patch for x86_64 | ||
| Messages (5) | |||
|---|---|---|---|
| msg166164 - (view) | Author: Shocked Pancake (Shocked.Pancake) | Date: 2012年07月22日 20:07 | |
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. |
|||
| msg166166 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年07月22日 20:18 | |
This might (or might not) be a duplicate of issue1294959. |
|||
| msg167685 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2012年08月08日 10:55 | |
I don't think so. lib is hardcoded for any python release, so this issue shouldn't be specific to 3.3. |
|||
| msg167729 - (view) | Author: Éric Araujo (eric.araujo) * (Python committer) | Date: 2012年08月08日 22:36 | |
The patch seems incorrect, as not all OSes or installations use lib64. |
|||
| msg367394 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2020年04月27日 04:59 | |
This appears to have likely been addressed by bpo-1294959 and/or other issues over the years. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:33 | admin | set | github: 59631 |
| 2020年04月27日 04:59:55 | zach.ware | set | status: pending -> closed nosy: + zach.ware messages: + msg367394 stage: patch review -> resolved |
| 2016年09月08日 14:30:10 | christian.heimes | set | status: open -> pending stage: patch review resolution: out of date versions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.2, Python 3.3 |
| 2012年08月08日 22:36:03 | eric.araujo | set | messages: + msg167729 |
| 2012年08月08日 10:55:51 | doko | set | messages: + msg167685 |
| 2012年07月22日 20:18:45 | pitrou | set | nosy:
+ eric.araujo, doko, pitrou messages: + msg166166 versions: + Python 2.7, Python 3.3 |
| 2012年07月22日 20:07:52 | Shocked.Pancake | create | |