Quote:
Originally Posted by Valloric
The errors are telling you that the Qt libraries that are available on the PATH do not match the ones Sigil needs.
On Linux, you cannot run the "sigil" executable directly. You need to run "sigil.sh". That sets up the LD_LIBRARY_PATH environment variable and starts Sigil. All of this is done so the Qt libs the installer places in the /opt/sigil dir are picked up during load.
The desktop and the start menu shortcuts call this shell script for you, use those.
|
Using the menu and desktop links doesn't open Sigil at all, using
/opt/sigil$ ./sigil.sh on the command line results in
Code:
/opt/sigil/./sigil: symbol lookup error: /usr/lib/libQtDBus.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
So the shell file doesn't load the needed Qt libs? What now? Sorry if the question should be quite dense.