Re: Euphoria + Database
- Posted by jeremy (admin) Nov 01, 2010
- 1841 views
I installed the edbi libraries. However upon running this on linux I got an error: edbi.e:344 in function open(). So I printed out 'dll_name1' in edbi.e and it points to drivers/sqlite3/edbi_sqlite3.so.
I'm sorry, as with any new project (seems like) documentation and fine polishing is lacking.
This file does not exist. Under drivers/sqlite are the following files:
edbi_sqlite3.c euinit.c Makefile sqlite3ext.h edbi_sqlite3.dll euinit.h sqlite3.c sqlite3.h
So, since I am very new to euphoria, is there a edbi_sqlite3.so file or is it something I will need to compile. If so how will I do this?
The .so file may be different per Linux install. You should be able to
[edbi] $ cd drivers/sqlite [edbi/drivers/sqlite3] $ make
If all goes as planned, you should then have a edbi_sqlite.so. If not, can you follow up with a post containing the output of the above make command?