Hello everyone, I have problems to get SQLite3 package working. I tried the solution provided in another thread of the mailing list that was to create a symbolic link from libsqlite3.so to a file located in the pharo3.0/bin directory and named 'libsqlite3.so' as well but I still get the error: External module not found.
My OS is Archlinux (Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015) and I'm using pharo3. The code that fail: c := SQLiteConnection fileNamed: ':memory:'. c open. Maybe I'm missing something with the libsqlite3.so file? Thanks in advance, Julien