Changeset 3560 for sandbox

Show
Ignore:
Timestamp:
06/07/10 10:15:01 (2 years ago)
Author:
tsauerwein
Message:

mapfish documentation: added note about building pysqlite2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sandbox/tsauerwein/server/docs/framework/spatial-databases.txt

    r3550 r3560  
    269269 
    270270        (venv) $ python setup.py install 
     271         
     272.. note:: 
     273 
     274    If you running into ``Segmentation Fault`` errors using this build, you can try to do 
     275    a ``static build``. This will download the latest SQLite3 amalgation file and link it  
     276    internally:: 
     277 
     278        (venv) $ python setup.py build_static install 
    271279 
    272280Setting up a spatially-enabled database