On 6 May 2008 at 16:10, Dan wrote:

> On May 6, 2008, at 3:38 PM, Michael Lackhoff wrote:
> 
> > On 5 May 2008 at 11:50, D. Richard Hipp wrote:
> >
> >> The code to do an import is not part of the core SQLite, btw.  It is
> >> part of the CLI.  You can find the code by searching for "import" in
> >> the shell.c source file.
> >
> > I think I somehow managed to get it working. All I had to do is add
> > this line:
> > #define _FILE_OFFSET_BITS 64  /* enable large file support  */
> > to the beginning of shell.c
> > The hint came from here:
> > http://lawlor.cs.uaf.edu/~olawlor/ref/examples/unix/index.html
> > (what would we do without Google !?!)
> >
> > Is it possible to include this (or a better equivalent) to the next
> > version? I hate such hacks where I don't really know what I am doing.
> 
> You might have some luck if you grab cvs as of last night. Some
> changes were made to the configure script that might fix things.

Sorry for my late reply but there is no cvs client on the maschine in 
question but I tried again with v3.5.9 and it doesn't work.
I guess 3.5.9 should also have these changes to the configure script?

--Michael

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to