On 4/7/06, Miguel Bazdresch <[EMAIL PROTECTED]> wrote:

> 2. For some reason, the libraries needed for tcl interaction
> (libtclsqlite3.so) are not installed by 'make install'

I finally determined they *are* installed, to /usr/lib/tcl8.4/sqlite3.
A mention of this somewhere on the website or README would be nice.

> 3. The quickstart.html page is wrong. It states one needs to do:
>
>    load /usr/lib/tclsqlite3.so Sqlite3
>
> when actually one needs to do:
>
>   load /usr/lib/libtclsqlite3.so Sqlite3

It actually needs to say

    load /usr/lib/tcl8.4/sqlite3/libtclsqlite3.so Sqlite3

It took me a few hours to figure this out. Please consider improving
the documentation so the installation directory is clearer and the
instructions more precise.

--
Miguel Bazdresch

Reply via email to