View Single Post
Old 08-19-2011, 05:45 PM   #3
geormes
Groupie
geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.geormes ought to be getting tired of karma fortunes by now.
 
geormes's Avatar
 
Posts: 152
Karma: 216188
Join Date: Jul 2010
Device: Nook Classic, Kobo Touch, Nook Simple Touch, Kobo Aura
Quote:
Originally Posted by user_none View Post
By changing the LD_LIBRARY_PATH you're causing Sigil to use the system libraries (Qt) instead of the bundled ones.

My LD_LIBRARY_PATH is null so the script is adding the custom library files directory to null.
Sigil will not be able to find the static libraries it needs other than the bundled ones

If instead I set LD_LIBRARy PATH to the directory where the static libraries are located and do it in sigil.sh before the the bundled libraries are added, it works.

It has been many years since I did any programming or dealt with bash script files and I may be wayyy out in left field here.
geormes is offline   Reply With Quote