0.4.0 on Fedora 15
32-bit works great after some minor fiddling. At first it refused to work and complained of static libraries it couldn't find. I looked at sigil.sh in gedit and noted it was adding the current directory to the LD_LIBRARY_PATH environmental variable. Due to old habits I don't like to use LD_LIBRARY_PATH and prefer to leave it blank,the default on Fedora.
I added the following line to sigil.sh before the if/fi logic:
LD_LIBRARY_PATH=/usr/lib
Other than changing permissions that was all that was needed.
|