On Fri, 2005-04-15 at 16:27 +0000, Rui Silva wrote:
> hi ppl, 
> 
> i'm new to sqlite and i was trying to use sqlite under a uclibc system.
> the version i'm using is 3.2.1-r1 and when i run sqlite3 test.db i get
> a segmentation fault.
> 
> does sqlite works with uclibc??? is it just a a sqlite3 error or the
> main lib prob??
> 

I have never tested sqlite with uclibc.  But sqlite makes very modest
demands on its C library so I cannot imagine that there would be
any serious incompatibilities.

Version 3.2.1 of SQLite does not contain any known segfault errors.
Perhaps there are bugs in your test code that are causing the
segfault?
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to