#16652: location of postgis.sql & spatial_ref_sys.sql need to be corrected.
-------------------------------------+-------------------------------------
               Reporter:  Eric       |          Owner:  nobody
  Jarvies                            |         Status:  closed
                   Type:             |      Component:  Documentation
  Cleanup/optimization               |       Severity:  Normal
              Milestone:             |       Keywords:
                Version:  1.3        |      Has patch:  0
             Resolution:  needsinfo  |    Needs tests:  0
           Triage Stage:             |  Easy pickings:  0
  Unreviewed                         |
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by aaugustin):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 The docs contain this line:
 {{{
 POSTGIS_SQL_PATH=`pg_config --sharedir`/contrib/postgis-1.5
 }}}
 which resolves to
 {{{
 POSTGIS_SQL_PATH=/usr/share/postgresql/8.4/contrib/postgis-1.5
 }}}

 However, your report shows that you have
 {{{
 POSTGIS_SQL_PATH=/usr/share/postgresql/8.4/contrib/postgis-1.5.2
 }}}
 (with an extra `.2` at the end).

 I don't understand how you end up with this value. The problem might be on
 your side.

 If I missed something in the docs, could you provide more information,
 like the distribution you're using, the sequence of commands you typed,
 and the point where the procedure failed?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16652#comment:3>
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to