View Single Post
Old 03-02-2010, 03:47 PM   #14
polyfragmentiert
Groupie
polyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshespolyfragmentiert can read faster than his screen refreshes
 
polyfragmentiert's Avatar
 
Posts: 181
Karma: 14258
Join Date: Oct 2009
Location: Kiel, Germany
Device: SONY PRS-T1, bald tolino vision 3 HD
Quote:
Originally Posted by Valloric View Post
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.

Last edited by polyfragmentiert; 03-02-2010 at 03:51 PM.
polyfragmentiert is offline   Reply With Quote