Opened 16 years ago

Closed 15 years ago

Last modified 13 years ago

#9193 closed (invalid)

Mac Documentation Issue

Reported by: jlev Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The advice to set DYLD_LIBRARY_PATH=/opt/local/lib on Mac OS X is really bad. Because MacPorts has several old and incompatible versions of widely used libraries (libJPEG, libTIFF, and others), setting this in the bash_profile can make all sorts of applications crash. If the library path needs to be set, do it before application start, but not system wide.

http://discussions.apple.com/thread.jspa?threadID=1108472

Change History (4)

comment:1 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Horst Gutmann <zerok@…>, 15 years ago

Where is this advice made? I grepped through the branch from right now and from a couple of months back and couldn't find any such recommendation.

comment:3 by Matt Boersma, 15 years ago

Resolution: invalid
Status: newclosed

I find no mention of DYLD_LIBRARY_PATH or anything similar anywhere in django trunk or in 1.0.x. Indeed, the discussion referenced does not mention Django.

comment:4 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top