[ python-Bugs-1576394 ] enable-shared .dso location
SourceForge.net
noreply at sourceforge.net
Sun Oct 15 07:47:58 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: Closed
>Resolution: Wont Fix
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-15 07:47
Message:
Logged In: YES
user_id=21627
Ok, closing as "won't fix". It would be possible to
hard-code this into configure, but I'm unsure whether that
would be the right thing to do.
----------------------------------------------------------------------
Comment By: Mike Klaas (mklaas)
Date: 2006-10-15 00:36
Message:
Logged In: YES
user_id=1611720
Point. It is probably unrealistic for the python build to
figure this out automatically. Thanks.
----------------------------------------------------------------------
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