[ python-Bugs-1576394 ] enable-shared .dso location

SourceForge.net noreply at sourceforge.net
Sat Oct 14 22:06:16 CEST 2006


Bugs item #1576394, was opened at 2006-10-13 07:17
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1576394&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: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Mike Klaas (mklaas)
Assigned to: Nobody/Anonymous (nobody)
Summary: enable-shared .dso location

Initial Comment:
When building on AMD64/FC5 with --enable-shared,
libpython.so is placed in /usr/lib.  Unfortunately,
/usr/lib is not in the shared object search path by
default--/usr/lib64 is used.

I believe that this is a fairly standard linux
configuration for 64bit machines.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2006-10-14 22:06

Message:
Logged In: YES 
user_id=21627

You should configure Python with --libdir=/usr/lib64, then,
right?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1576394&group_id=5470


More information about the Python-bugs-list mailing list