Quote:
Originally Posted by DiapDealer
When you type "which sigil" (no quotes) at a terminal, what are the results?
|
Quote:
|
Also, can you verify that the last line of /usr/bin/sigil is really #!/bin/sh (as indicated in your previous post)? If it is, please remove that line. It's not part of the original. I would hope it would be interpreted as a comment, but I'm not entirely sure.
|
The /usr/bin/sigil I'm using now is:
Code:
SIGIL_LIB_DIR="/usr/lib/sigil"
export LD_LIBRARY_PATH="$SIGIL_LIB_DIR${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
export SIGIL_SHARE_PREFIX="/usr"
exec /usr/lib/sigil/sigil "$@"
The code I posted was to answer your question:
Quote:
|
What was in /usr/bin/sigil before you edited it?
|
With that code (and also with the above one) Sigil crashed. But after writing /etc/ld.so.conf.d/sigil.conf (with the comand /usr/lib/sigil) all is working fine. I don't know why Sigil couldn't find the .so file.