Leandro dos Santos Ribeiro wrote:
> D. Richard Hipp wrote:
>
>> On Oct 10, 2008, at 4:59 PM, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]
>> > wrote:
>>
>>
>>
>>> Hello Team.
>>>
>>> I have a problem with running SQLite.
>>> I am running linux 2.6.17 on *ARM* and basically problem is that my
>>> application
>>> is crushing on *sqlite3_open*() function while the sqlite3 command
>>> shell is
>>> running without problems.
>>>
>>>
>> The command-line shell uses sqlite3_open() too. So if it works there,
>> I do not understand why it is not working in your program. Have you
>> run your program in a debugger to see exactly where it is crashing?
>>
>>
>>
>> D. Richard Hipp
>> [EMAIL PROTECTED]
>>
>>
>>
>> _______________________________________________
>> sqlite-users mailing list
>> [email protected]
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>>
>>
> Hello D. Richard Hipp,
>
> Yes, I did run the program in a debugger and it is crashing when the
> program tries to execute the sqlite3_open() function.
> It seems that I'm not the only one with that problem, but I didn't find
> the answer yet.
> Thanks .
>
>
> Best regards.
>
> Leandro S. Ribeiro
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>
Hello everybody,
I found the problem with the sqlite3_open() crashing.
To solve it I just added the libs libpthread and libdl to my project.
Thanks to all.
Best regards
Leandro S. Ribeiro
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users