[New-bugs-announce] [issue15426] On a x86_64 Linux workstation, the build-from-source is borked.

Shocked Pancake report at bugs.python.org
Sun Jul 22 22:07:52 CEST 2012


New submission from Shocked Pancake <shockedpancake at gmail.com>:

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.

----------
components: Build
files: python3.x86_64.diff
keywords: patch
messages: 166164
nosy: Shocked.Pancake
priority: normal
severity: normal
status: open
title: On a x86_64 Linux workstation, the build-from-source is borked.
versions: Python 3.2
Added file: http://bugs.python.org/file26482/python3.x86_64.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15426>
_______________________________________


More information about the New-bugs-announce mailing list