[Cuis-dev] SQLlite FFI issue

Gastón Caruso gstn.caruso at gmail.com
Sat Jun 29 14:32:58 PDT 2019


This is really awesome! I had to compile the shared library by hand and
place it into the vm lib and it worked! but... just for linux (which is
good enough for me).
I couldn't make it work for macos, I didn't find that lib/squeak directory
in the cogvm version for macos.

Thanks a lot!

El sáb., 29 jun. 2019 a las 17:20, Phil B (<pbpublist at gmail.com>) escribió:

> It's not looking for the sqlite executable, it's looking for the shared
> library (i.e. libsqlite3.so) which you can put in the VM's
> lib/squeak/5.0-<vm build date and time> directory
>
> On Sat, Jun 29, 2019 at 3:54 PM Gastón Caruso via Cuis-dev <
> cuis-dev at lists.cuis.st> wrote:
>
>> Hi all, I'm trying to use SQLlite with cuis (i've found this port
>> <https://github.com/hhzl/Cuis-SQLite>) but I'm getting "Error: External
>> module not found" every time I try to open a connection (none of the tests
>> are passing).
>>
>> I've placed the sqlite3 binary in the same directory than cuis, also I've
>> placed it inside the cogvm package
>> (./cogvm.app/Contents/MacOS/Plugins/sqlite3) but none of them works.
>>
>> Do you know what could be the issue?
>>
>> Thanks in advance!
>> Gastón
>> --
>> Cuis-dev mailing list
>> Cuis-dev at lists.cuis.st
>> https://lists.cuis.st/mailman/listinfo/cuis-dev
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20190629/3bb7e278/attachment.htm>


More information about the Cuis-dev mailing list