On Nov 20, 2013, at 6:13 PM, Michel <michel.reves...@wanadoo.fr> wrote:
> Hi pharoers, > > I am a newbie with Pharo. Welcome :) We are all newbies on different topics. > 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. I do not know :) Now somebody will probably help. Now this is a cool example of why we need a test and automatic package validation. > And I got this error : External module not found. It looks like you need a plugin > 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 ? I do not know but it depends on the logic of the plugin because a plugin could have the logic to find the lib. > > Kind Regards, > Michel. >