[racket] Require error

From: Noel Welsh (noelwelsh at gmail.com)
Date: Mon Jul 12 16:15:15 EDT 2010

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 <toddobryan at gmail.com> wrote:
> Have you installed SQLite3 on your computer?
>
> On Mon, Jul 12, 2010 at 2:59 PM, Alvin Schatte <AlvinSchatte at skytex.net> 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?
>>
>...


Posted on the users mailing list.