require sqlite3

General support and discussion of Eggdrop bots.
Post Reply
t
tommarr
Voice
Posts: 1
Joined: Mon Mar 19, 2012 11:37 am

require sqlite3

Post by tommarr »

Hey everyone,

I'm having problems with running one script on eggdrop. Scripts requires sqlite3 but after installing sqlite3 nothing changes. Still getting the same error "can't find package sqlite3"

I have tried installing sqlite3, libsqlite3-0, libsqlite3-dev and libsqlite3-tcl but not getting anywhere. Any ideas?

Running ubuntu 11.04
t
thommey
Halfop
Posts: 76
Joined: Tue Apr 01, 2008 2:59 pm

Post by thommey »

libsqlite3-tcl is the one you need. It should find it after you installed it. A workaround might be to insert this right before [source]ing the script in your config:

Code: Select all

load /usr/lib/sqlite3/libtclsqlite3.so
(That's where ubuntu's libsqlite3-tcl installs the library to as far as I can see)
Post Reply