I checked the two links that were mentioned and they seem to talk about the
error- but not sure how they help me fix it.  Forgive me- I am relatively
new to the unix side of things.  A few more pieces of information. 
Everything worked fine with 3.5.7- not built by me- but a precompiled
package.  I have a requirement to build the latest from source.  So that is
why I am trying to build 3.6.11.  Hopefully this will clarify what I am
trying to do.  Thank you everyone for your responses so far.

Dan Kennedy-4 wrote:
> 
> 
> 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
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Sqlite3-crashes-when-using-the-where-command-tp22712542p22725481.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