Posted At : May 6, 2007 5:37 PM
1 Comments
This is due to the fact that the sqlite db's were originally created as sqlite2 and the version in Feisty compiled against python is for sqlite3.
The solution to this is to migrate the db's to sqlite3 with the following commands:
This is fixed in clearsilver-10.4 but that is not in Ubuntu yet. To work around this I downloaded this fedora core RPM build of python-clearsilver
Once this was downloaded replace the python 2.5. copy of neo_cgi.so with the version in this rpm.
Note: This is far from the best way to do this - but it does work. And when an updated build of clearsilver is available in ubuntu it should overwrite the neo_cgi.so file with the correct one.
1 Comments
You're a friggin saint. Thanks so much for posting this, have been Googling for an hour trying to fix this problem.