On Mandrake 10 the loading of the sqlite library fails. To work correctly Ť if (! s_dll.Load(wxT("libsqlite"))) ť must be replaced by Ť if (! s_dll.Load(wxT("libsqlite.so"))) ť.
Log in to post a comment.