This. Either you haven't installed SQLite, or, if you have, Racket can't find the SQLite shared library meaning it isn't installed in the usual place.
HTH, N. On Mon, Jul 12, 2010 at 9:01 PM, Todd O'Bryan <[email protected]> wrote: > Have you installed SQLite3 on your computer? > > On Mon, Jul 12, 2010 at 2:59 PM, Alvin Schatte <[email protected]> > wrote: >> Hello, >> >> I am going through the tutorial: “Continue: Web Applications in Racket” >> when I got down to “15 Using an SQL database >> >> ”, I got the error “ffi-lib: couldn't open "libsqlite3.dll" (The specified >> module could not be found.; errno=126)” associated with (require (prefix-in >> sqlite: (planet jaymccarthy/sqlite:4))). How do I resolve this error? >> >... _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

