Wednesday, December 1, 2010

Fedora 14 - Anjuta crashes or is killed by signal 6 (SIGABRT)

A few days ago, Anjuta started to crash on me. A quick trip to the CLI showed this happened due to not being able to open a library (libsqlite3.so in my case).


Setting the LD_LIBRARY_PATH worked the issue around.


export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/lib64
  Anjuta would now run from the CLI.



1 comment:

  1. also can fix (as root):
    ln -s libsqlite3.so.0 libsqlite3.so

    ReplyDelete