#16158 closed Bug (fixed)
Change FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation
Reported by: | 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)
Change History (8)
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 13 years ago
Keywords: | GIS added |
---|---|
Version: | 1.3 → SVN |
by , 13 years ago
Attachment: | 16158.patch added |
---|
comment:4 by , 13 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 13 years ago
Owner: | changed from | to
---|---|
UI/UX: | unset |
Note:
See TracTickets
for help on using tickets.
Google fight also gives DYLD_FALLBACK the win.
Marking accepted.