hi Shaw, I looked into the Tir's dependencies, found that it require 'lsqlite3' and 'luasql-sqlite3' at the same time. Why don't you limit the thing sqlite about into one? Thx. -- Nothing is impossible.
On Sat, Feb 19, 2011 at 09:16:57AM +0800, Tang Daogang wrote: > hi Shaw, > > I looked into the Tir's dependencies, found that it require 'lsqlite3' and > 'luasql-sqlite3' at the same time. Alright this is fixed now. -- Zed A. Shaw http://zedshaw.com/
Great! Is the download link original one? Now which library is removed? On Sun, Feb 20, 2011 at 8:58 AM, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > On Sat, Feb 19, 2011 at 09:16:57AM +0800, Tang Daogang wrote: > > hi Shaw, > > > > I looked into the Tir's dependencies, found that it require 'lsqlite3' > and > > 'luasql-sqlite3' at the same time. > > Alright this is fixed now. > > -- > Zed A. Shaw > http://zedshaw.com/ > -- Nothing is impossible.
On Sun, Feb 20, 2011 at 09:55:40AM +0800, Tang Daogang wrote: > Great! Is the download link original one? Now which library is removed? I removed lua-sqlite3 leaving lsqlite3. It's only in the fossil repo so I'll post up a release soon. -- Zed A. Shaw http://zedshaw.com/
I think that's because I use one in mongrel2-lua and zed uses a different one in Tir itself. Not sure why we're using different ones, nor which is the better option. On Sat, Feb 19, 2011 at 12:16 PM, Tang Daogang <daogangtang@gmail.com>wrote: > hi Shaw, > > I looked into the Tir's dependencies, found that it require 'lsqlite3' and > 'luasql-sqlite3' at the same time. > > Why don't you limit the thing sqlite about into one? > > Thx. > > -- > Nothing is impossible. > >
On Sat, Feb 19, 2011 at 12:18:19PM +1100, joshua simmons wrote: > I think that's because I use one in mongrel2-lua and zed uses a different > one in Tir itself. Not sure why we're using different ones, nor which is the > better option. Hmm, I'm using mongrel2-lua to do my stuff now so it's probably an extraneous dependency. Let me try removing it. -- Zed A. Shaw http://zedshaw.com/