-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing dependency for mingw-w64-x86_64-poppler #3031
Comments
What program showed the error? the shared library is in /bin btw |
Thanks for the pointer to the shared library. Here is the command in different paths: MINGW64 / MINGW64 /c/msys64/mingw64/bin |
Huh, weird. pdftotext links against libpoppler-70.dll and both are in the same package. No idea. |
I will pacman -Syu a few times, 1 sec. It's been a while. edit: hit this msys2/MSYS2-packages#1024 |
Now it looks like this: MSYS /c/msys64/mingw64 MSYS /c/msys64/mingw64/bin MSYS /c/msys64/mingw64/bin MSYS /c/msys64/mingw64/bin Possibly related: https://github.com/Alexpux/MINGW-packages/issues/2852 |
I have had the same problem with pdfimages. It was a missing dependency for openjpeg2. It seems that poppler now depend on openjpeg2 instead of openjpeg. |
@GuilGA45 looks like that's it, thanks! |
error while loading shared libraries: libpoppler-59.dll: cannot open shared object file: No such file or directory
$ ls /c/msys64/mingw64/lib/poppler
/c/msys64/mingw64/lib/libpoppler.a
/c/msys64/mingw64/lib/libpoppler.dll.a
/c/msys64/mingw64/lib/libpoppler-cpp.a
/c/msys64/mingw64/lib/libpoppler-cpp.dll.a
/c/msys64/mingw64/lib/libpoppler-glib.a
/c/msys64/mingw64/lib/libpoppler-glib.dll.a
/c/msys64/mingw64/lib/libpoppler-qt5.a
/c/msys64/mingw64/lib/libpoppler-qt5.dll.a
The text was updated successfully, but these errors were encountered: