You are not logged in.
Bro
iam facing issue on export to PDF while using wps office
"wps writer encounter an error while trying export to PDF"
this is the error messages i am getting
please help me to fix it this issue
thankyou
Offline
Latest AUR-comment says "Anyone who meet the problem of launching wpspdf, please install the optional dependency libtiff5". Hope this helps.
Offline
thankyou bro
Offline
Please mark as [SOLVED] by editing the title in your first post.
Offline
Latest AUR-comment says "Anyone who meet the problem of launching wpspdf, please install the optional dependency libtiff5". Hope this helps.
As of the rolling release now, there is no official `libtiff5` package. However, this issue can be addressed by symlinking libtiff6 as libtiff5. As root:
ln -s /usr/lib/libtiff.so.6 /usr/lib/libtiff.so.5
Last edited by moriartynz (2024-03-29 06:57:02)
Offline
This isn't a fix and is papering over the problem and hoping that the used APIs haven't changed. The version there is different because the libraries are incompatible. https://aur.archlinux.org/packages/libtiff5 exists, use that
Offline
Thank you @moriartynz.
ln -s libtiff.so.6 libtiff.so.5
works for me.
Stefan Husmann wrote:Latest AUR-comment says "Anyone who meet the problem of launching wpspdf, please install the optional dependency libtiff5". Hope this helps.
As of the rolling release now, there is no official `libtiff5` package. However, this issue can be addressed by symlinking libtiff6 as libtiff5. As root:
ln -s /usr/lib/libtiff.so.6 /usr/lib/libtiff.so.5
Welcome to Longer Vision
Offline
You are risking undefined behaviour with that. Don't make a habit of randomly symlinking incompatible versions around .
Always amazed at how the second post of a thread contains the real and actual solutions and yet people gravitate towards the wrong one because it "looks" simpler...
Offline