Re: Investigating "can't resolve symbol"?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Investigating "can't resolve symbol"?
- From: Gilles Ganault <gilles.ganault@...>
- Date: 2011年1月26日 12:36:25 +0100
On 2011年1月26日 10:09:20 +0300, Alexander Gladysh
<agladysh@gmail.com> wrote:
>This is not the Lua package system error. Lua found all files it
>needs. This is an error on lower level. I'd say that sqlite3.so is not
>correctly linked.
Indeed, it was a linking issue: When building Lua, the following
options are required: "-Wl,-E". After just rebuilding Lua, I could
successfully use luasql.sqlite3. Thanks much for your help.