Quote:
Originally Posted by st_albert
Thanks! This worked for me. In case others are interested, here's what I did:
Spoiler:
1) downloaded source code for libxml2-2.9.2.tar.gz from ftp://xmlsoft.org/libxml2/ and extracted it into a working directory. (say, ~/workdir/)
2) cd to that directory and issue commands ./configure and make.
3) since I didn't want to install it system-wide, I didn't do "make install" but simply copied (as root) ~/workdir/.libs/libxml2.so.2.9.2 to /usr/local/libs/sigil/ (which is where the sigil binary is located)
4) cd /usr/local/libs/sigil and (as root) ln libxml2.so.2.9.2 libxml2.so2
and that did it. My system is Kubuntu 16.04.1 64-bit Xenial Xerus

Albert
|
Thank you very much for this. However, I have one question: I am still, and will probably stay until 2019, with Kubuntu 14.04-5. Will your way also work? Or do I compulsory need a distro with Plasma 5?