Re: [sqlite] Problem installing TCL bindings

2007-12-10 Thread drh
[EMAIL PROTECTED] wrote: > Zbigniew Baniewski <[EMAIL PROTECTED]> wrote: > > On Sat, Dec 08, 2007 at 08:14:41PM +0530, yahalome wrote: > > > > > Just mkdir /usr/share/tcl8.4/sqlite3 [..] > > > > Perhaps it'll be not enough, when he got such error message: > > > > > symbol: sqlite3StrICmp > > >

Re: [sqlite] Problem installing TCL bindings

2007-12-08 Thread drh
Zbigniew Baniewski <[EMAIL PROTECTED]> wrote: > On Sat, Dec 08, 2007 at 08:14:41PM +0530, yahalome wrote: > > > Just mkdir /usr/share/tcl8.4/sqlite3 [..] > > Perhaps it'll be not enough, when he got such error message: > > > tclsh > > % load ./tclsqlite-3.5.3.so Sqlite3 > > couldn't load file "

Re: [sqlite] Problem installing TCL bindings

2007-12-08 Thread Zbigniew Baniewski
On Sat, Dec 08, 2007 at 08:14:41PM +0530, yahalome wrote: > Just mkdir /usr/share/tcl8.4/sqlite3 [..] Perhaps it'll be not enough, when he got such error message: > tclsh > % load ./tclsqlite-3.5.3.so Sqlite3 > couldn't load file "./tclsqlite-3.5.3.so": ./tclsqlite-3.5.3.so: undefined > symbol:

RE: [sqlite] Problem installing TCL bindings

2007-12-08 Thread yahalome
: [EMAIL PROTECTED] www.XorTechnologies.com -Original Message- From: regularJohn [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 11:31 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Problem installing TCL bindings I'm having a similar problem to this earlier email.

Re: [sqlite] Problem installing TCL bindings

2007-12-07 Thread regularJohn
I'm having a similar problem to this earlier email. I'm a novice linux user, not easily able to rebuild the sources. I have downloaded precompiled tclsqlite-3.5.3.so* from www.sqlite.org as described in the online doc. I start tclsh8.4 on fedora core 6, and try to load the tclsqlite library as de

Re: [sqlite] Problem installing TCL bindings

2006-04-09 Thread Miguel Bazdresch
On 4/9/06, Thomas Chust <[EMAIL PROTECTED]> wrote: > if everything works correctly and the Tcl install script of SQLite3 did > its job right, which it usually does, it should be unnecessary to load the > library manually by specifying the full path. Instead you should be able > to type > >

Re: [sqlite] Problem installing TCL bindings

2006-04-08 Thread Thomas Chust
On Sat, 8 Apr 2006, Miguel Bazdresch wrote: [...] It actually needs to say load /usr/lib/tcl8.4/sqlite3/libtclsqlite3.so Sqlite3 [...] Hello Miguel, if everything works correctly and the Tcl install script of SQLite3 did its job right, which it usually does, it should be unnecessary to l

Re: [sqlite] Problem installing TCL bindings

2006-04-08 Thread Miguel Bazdresch
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 READM

Re: [sqlite] Problem installing TCL bindings

2006-04-07 Thread Miguel Bazdresch
On 4/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > "Miguel Bazdresch" <[EMAIL PROTECTED]> wrote: > > I must be missing something obvious, but I can't figure out how to > > compile/install the tcl bindings. I've been trying to install > > sqlite-3.3.5 for the last few hours. > > The TEA (Tcl

Re: [sqlite] Problem installing TCL bindings

2006-04-07 Thread drh
"Miguel Bazdresch" <[EMAIL PROTECTED]> wrote: > Hello, > > I must be missing something obvious, but I can't figure out how to > compile/install the tcl bindings. I've been trying to install > sqlite-3.3.5 for the last few hours. > The TEA (Tcl Extension Architecture) package from the download pa