[Patches] [ python-Patches-771998 ] Fix for LD_LIBRARY_PATH inheritance on SunOS when -shared

SourceForge.net noreply@sourceforge.net
Fri, 18 Jul 2003 10:44:30 -0700


Patches item #771998, was opened at 2003-07-16 00:28
Message generated for change (Comment added) made by jhylton
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=771998&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
>Priority: 7
Submitted By: David Ascher (david_ascher)
>Assigned to: Martin v. Löwis (loewis)
Summary: Fix for LD_LIBRARY_PATH inheritance on SunOS when -shared

Initial Comment:
The attached patch fixes a problem whereby building
with --enable-shared fails if the user already has
an LD_LIBRARY_PATH setting.  The absence of
{}'s can cause a failure to interpolate the existing
values.

Tested on Solaris 2.6, but "should" work equally
well on the other affected platforms (Linux, HP-UX
and OSF).

Patch from Jeff Hobbs.

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

>Comment By: Jeremy Hylton (jhylton)
Date: 2003-07-18 17:44

Message:
Logged In: YES 
user_id=31392

This sounds like probably the right thing to me, but I don't
have any expertise.  At the least, the patch needs to be
made against configure.in.  If we can resolve this in the
next 30 minutes, I'm okay with it.  If not, let's wait.


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

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