Renaud de Villemeur wrote:
Hi
[...snip...]
The reason it pass under windows is because the method library return by default sqlite3, which is the dll name you put under pharo VM directory to get it work.
Not true. It is not in pharo vm directory. It finds it on %PATH%.
On linux, unless you link your library in the VM folder, the image has no clue where to find sqlite3.
And this should be fixed, IMNSHO. It probably _partly_ works, but it should be made to work better.
Herby
Hope this helps. Renaud
.