Hi guys,
I am using a module called Tcl-1.05 in perl. But when i try to
load a tclsqlite3.5.3.so file it throws an error like undefined symbol:
Tcl_CreateObjCommand. If i just specify the tclsqlite-3.5.3.so it will
search in this particular location which is
/usr/local/lib/tclsqlite-3.5.3.so. There is a tclsqlite-3.5.3.so file at
this location. Why it is not loading. Any info about the error
Tcl_CreateObjCommand is helpful.
Module Name - Tcl-1.05
Link : http://search.cpan.org/~vkon/Tcl-1.05/Tcl.pm
Perl verison - 5.8.8
Tcl version - 8.5
--- Code used in perl module ---
##Creating a new tcl interpreter object
my $obj = Tcl->new;
##Loading the so file
$obj->Eval('load tclsqlite-3.5.3.so');
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users