Saturday, August 26, 2006

installing clearsilver

  • Download ClearSilver 10.2 or later. Extract to a temporary location. Run the following commands (as the root user) from the directory you extracted the files to:
    • ./configure --prefix=/usr --mandir=/usr/share/man --disable-java --disable-ruby --enable-gettext --disable-apache --with-python=/usr/bin/python
    • make
    • make install
    • ldconfig
  • After installing ClearSilver, copy the neo_cgi.so file from the python directory (under the clearsilver temporary directory) to /usr/lib/python/site-packages/ directory.
    • cp python/neo_cgi.so /usr/lib/python/site-packages/
    • or cd python && sudo python setup.py install

No comments: