Hi Michel,
I am neither a Pharo nor a sqlite expert, but I would guess the sqlite
library is not in your image directory or you are starting pharo without
setting the PATH to a location that contains the sqlite library.
HTH,
Joachim
Am 20.11.13 18:13, schrieb Michel:
Hi pharoers,
I am a newbie with Pharo.
I installed the SQLite3 package in the Pharo2 image with the
MetacelloConfigurationBrowser and tried a test with this script :
db := SQLiteConnection fileNamed: '/home/michel/base_CD/BaseCD.db'.
resu := db executeQuery: 'SELECT * FROM T_album'.
resu inspect.
And I got this error : External module not found.
I am on Fedora linux and I think that I should give somewhere (in
SQLiteReference class ?) the address of the libsqlite3.so file. Am I
right ?
Kind Regards,
Michel.
--
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel mailto:jtuc...@objektfabrik.de
Fliederweg 1 http://www.objektfabrik.de
D-71640 Ludwigsburg http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0 Fax: +49 7141 56 10 86 1