2010/12/18 Levente Uzonyi <[email protected]> > [...] so if you want to avoid the VM to guess the path you can define it > explicitly. >
The SqueakVM path/filename guessing never works out for me on Ubuntu. So I
always have to explicitly set the module/library name like this
moduleName
"Was: ^ 'sqlite'"
^ '/usr/lib/libsqlite3.so.0'
