You are not logged in.
Pages: 1
Hello,
I installed pandoc, but it's not working.
Apparently there is a library dependency problem and I don't know how to get this file.
My debugging output:
[spiri@unknown ~][spiri@bash(4)]$ pandoc
pandoc: error while loading shared libraries: libHSQuickCheck-2.14.2-BHdGwWVUwhr4rWrItaNVRh-ghc9.0.1.so: cannot open shared object file: No such file or directory
[spiri@unknown ~][spiri@bash(4)]$ pacman -Fx 'libHSQuickCheck-2.14.2-BHdGwWVUwhr4rWrItaNVRh-ghc9.0.1.so'
[spiri@unknown ~][spiri@bash(4)]$ ls /lib/*QuickCheck*
/lib/libHSQuickCheck-2.14.2-3f9Gw3UEGqTK3AyHIcW3dz-ghc9.0.1.so
[spiri@unknown ~][spiri@bash(4)]$ I have the QuickCheck shared library but the name is not the same, where I guess is causing problems.
Can someone tell me whats going on here? How to resolve this issue?
pacman -Syu pandoc
Offline
Pages: 1