Edgewall Software

Changes between Version 215 and Version 216 of 0.12/TracFaq


Ignore:
Timestamp:
Jan 31, 2006, 8:16:05 PM (18 years ago)
Author:
boba@…
Comment:

Fix for clearsilver neo_cgi.so installation issue

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v215 v216  
    8383   python setup.py install
    8484
     85See also http://groups.yahoo.com/group/ClearSilver/message/589 - it appears that PYTHON_SITE is not being set properly in the clearsilver-0.10.2 makefile so neo_cgi.so is not installed. Try:
     86
     87::
     88
     89   PYTHON_SITE=`/path/to/python -c \
     90   "import sys; print [path for path in sys.path if path.find('site-packages') != -1][0]"` \
     91   ./configure --with-python=/path/to/python --disable-ruby \
     92   --disable-java --disable-apache --disable-csharp
     93
    8594Can I replace SQLite with MySQL or PostgreSQL?
    8695----------------------------------------------