New submission from Shocked Pancake <shockedpanc...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15426>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to