[ python-Bugs-1536339 ] "make install" doesn't install to /usr/lib64 on x86_64 boxes
SourceForge.net
noreply at sourceforge.net
Tue Aug 8 00:12:41 CEST 2006
Bugs item #1536339, was opened at 2006-08-07 22:12
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1536339&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Installation
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Bernhard Rosenkraenzer (bero)
Assigned to: Nobody/Anonymous (nobody)
Summary: "make install" doesn't install to /usr/lib64 on x86_64 boxes
Initial Comment:
Most Linux distributions for x86_64 and ia64 place
64bit libraries (including binary python modules)
in /usr/lib64 -- the python installation process
unconditionally installs to /usr/lib, causing
parallel installations of 32bit and 64bit python
versions to disturb each other.
Last verified in 2.5b3.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1536339&group_id=5470
More information about the Python-bugs-list
mailing list