Woe is me! I recently upgraded my Kubuntu 16.04 to the next LTS release, which is 18.04 (bionic beaver).
When I run sigil (previously built from source, ver. 0.9.9, on 16.04), it crashes as follows:
Code:
$ sigil
/usr/local/lib/sigil/sigil: error while loading shared libraries:
libhunspell-1.3.so.0: cannot open shared object file:
No such file or directory
I now have libhunspell-1.6.so.0. And as you may expect, this is just the first of many mismatched libraries.
So I tried to re-build sigil, but cmake failed with:
Code:
cmake error:
Failed to find Qt5 component "LinguistTools" config file at
"/usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake"
The upgraded system has
Code:
cmake:
Installed: 3.10.2-1ubuntu2
and indeed there is no "/usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools/" directory.
I'm just a little out of my depth here, to say the least. What should I try next?
Thanks in advance,
Albert