#16158: Change FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation --------------------+------------------------------- Reporter: adam@… | Owner: nobody Type: Bug | Status: new Milestone: | Component: Documentation Version: 1.3 | Severity: Normal Keywords: | Triage Stage: Unreviewed Has patch: 0 | Easy pickings: 1 --------------------+------------------------------- 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. }}} -- Ticket URL: <https://code.djangoproject.com/ticket/16158> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.