Windows - unable to load dll - they are all there though #364
Replies: 2 comments 1 reply
-
did some more tests. vips itself works, but fails via ruby |
Beta Was this translation helpful? Give feedback.
-
I was able to reproduce this, it looks like a packaging issue in MSYS2 where the optional dynamic modules are distributed when you install libvips via $ pacman -S mingw-w64-ucrt-x86_64-libvips (which is done automatically during But the dependencies of these optional dynamic modules are not installed. To fix this you can do either: $ pacman -S --asdeps mingw-w64-ucrt-x86_64-libheif mingw-w64-ucrt-x86_64-libjxl mingw-w64-ucrt-x86_64-imagemagick mingw-w64-ucrt-x86_64-openslide mingw-w64-ucrt-x86_64-poppler Or simply remove (or rename) the directory where these dynamic modules resides (i.e. Note that if you want to use the libvips from https://github.com/libvips/build-win64-mxe, you can do: $ pacman -Rcns mingw-w64-ucrt-x86_64-libvips And set the |
Beta Was this translation helpful? Give feedback.
-
Hi,
i've got an issue on windows 11 and am unsure if i screwed up, if it is a bug or some weird windows thing..
this is the error message when trying to process an image from within rails:
however, the files are all there:
if that is important: vips sits at
c:\vips-dev
:and i have
c:\vips-dev\bin
in my path:any help is highly appreciated.
thanks
Beta Was this translation helpful? Give feedback.
All reactions