Quote:
Originally Posted by user_none
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.