On Mar 26, 2009, at 5:48 AM, JoeT wrote: > > 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.
Could be the same as this: http://www.sqlite.org/cvstrac/tktview?tn=3613 Fixed here: http://www.sqlite.org/cvstrac/chngview?cn=6364 Dan. > > -- > 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 > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

