FS#10049 - Sqlite3 won't work with tcl
Attached to Project:
Arch Linux
Opened by Aron Lander (overkordbaever) - Tuesday, 01 April 2008, 08:46 GMT
Last edited by Allan McRae (Allan) - Wednesday, 18 June 2008, 04:40 GMT
Opened by Aron Lander (overkordbaever) - Tuesday, 01 April 2008, 08:46 GMT
Last edited by Allan McRae (Allan) - Wednesday, 18 June 2008, 04:40 GMT
|
Details
Description:
When trying to use the sqlite3 library in tcl, it fails to load. What I'm getting when I'm truing to load it: % package require sqlite3 couldn't load file "/usr/lib/tcl8.5/sqlite3/libtclsqlite3.so": /usr/lib/tcl8.5/sqlite3/libtclsqlite3.so: undefined symbol: sqlite3StrICmp Someone suggested that it's statically linked to an other sqlite3 version than the one installed (the person seemed more sure than suggesting though) Steps to reproduce: Start the tcl shell (tclsh) write: package require sqlite3 |
This task depends upon
> tclsh
% package require sqlite3
attempt to provide package sqlite3 3.5 failed: package sqlite3 3.5.9 provided instead