I am trying to run sqlite3 on Solaris 8.  I have managed to compile it- and
install it.  Basic read and write to a database works fine.  However when I
use the where command or the delete command it crashes on me and says bus
error.  It then does a core dump.
Here is my configure line:
./configure --prefix=/usr/local/sqlite --sysconfdir=/usr/local/sqlite
--enable-readline --enable-threadsafe
Make -s
make install

Any ideas on what I am doing wrong or maybe some other compile options would
be appreciated.
-- 
View this message in context: 
http://www.nabble.com/Sqlite3-crashes-when-using-the-where-command-tp22712542p22712542.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to