Last few times I had this error it was one of the following: 1. Incorrect version (32 vs 64bit) 2. Problem with Path.
For 2. have you tried setting it up with absolute path to eliminate Path as a problem? G. On Thursday, March 22, 2018 at 10:54:59 PM UTC+1, Joel Dueck wrote: > > Trying to test a new package of mine on Windows. > > On a fresh install of 6.12 on Windows (Win10 if it matters), I installed > package `pdf-read`, as well as `racket-poppler`. > > Running this program in DrRacket: > > #lang racket > > (require pdf-read) > > Results in the error: > > ffi-lib: couldn't open "libpoppler-glib.dll" (The specified module > could not be found.; errid=126) > > Note, I *do* have a `libpoppler-glib-8.dll` (note added `-8`) in these > folders: > > * C:\Users\Joel\AppData\Roaming\Racket\6.12\lib > * > C:\Users\Joel\AppData\Roaming\Racket\6.12\pkgs\poppler-win32-x86-64\racket-poppler > > Did I miss a step? Is it a problem in either pdf-read or racket-poppler? > > Also: is it a problem that pdf-read does not list racket-poppler among its > dependencies? > > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.