After having installed instiki on Ubuntu (Feisty) and running the instiki.rb command, the system returned the error:
"libsqlite3.so: cannot open shared object file: No such file or directory"
To fix this you have to fix the api.rb with the attached patch, which is probably bad programming but I was unable
to find reference to this static variable in any of the calling methods.
In addition, the shared library (libsqlite3.so) is out of date and I needed to update it with a more recent one, also
attached.
|