Windows - unable to load dll - they are all there though #364
Unanswered
andreas-it-dev
asked this question in
Q&A
Replies: 2 comments 1 reply
|
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-popplerOr 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-libvipsAnd set the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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\binin my path:any help is highly appreciated.
thanks
All reactions