Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16158 closed Bug (fixed)

Change FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation

Reported by: adam@… Owned by: Aymeric Augustin
Component: Documentation Version: dev
Severity: Normal Keywords: GIS
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/1.3/ref/contrib/gis/install/

The environment variable FALLBACK_DYLD_LIBRARY_PATH should be DYLD_FALLBACK_LIBRARY_PATH. The former does not work, the latter does.

A citation from 2005 for the use of the latter variable: http://hublog.hubmed.org/archives/001192.html

And 2006: http://lists.apple.com/archives/darwin-dev/2006/Mar/msg00124.html

And "man dyld" on any Mac:

       DYLD_FALLBACK_LIBRARY_PATH
              This is a colon separated list of directories that contain  libraries.   It  is  used  as  the
              default  location  for  libraries  not  found in their install path.  By default, it is set to
              $(HOME)/lib:/usr/local/lib:/lib:/usr/lib.

Attachments (1)

16158.patch (705 bytes ) - added by Aymeric Augustin 13 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Stephen Burrows, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Stephen Burrows, 13 years ago

Keywords: GIS added
Version: 1.3SVN

by Aymeric Augustin, 13 years ago

Attachment: 16158.patch added

comment:3 by Aymeric Augustin, 13 years ago

Has patch: set

Trivial patch attached, probably ready for commit.

comment:4 by Julien Phalip, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Jørgen Abrahamsen, 13 years ago

Owner: changed from nobody to Aymeric Augustin
UI/UX: unset

comment:6 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [16364]:

Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation; thanks adam for the report.

comment:7 by Tim Graham, 13 years ago

In [16365]:

[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation; thanks adam for the report.

Backport of r16364 from trunk.

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