News about linux, computer, computer science, mathematics and white hot chocolate, the most beautiful drink in this world.
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.
also can fix (as root):
ReplyDeleteln -s libsqlite3.so.0 libsqlite3.so