Very odd!     How large was the database evalgo.kit created? 

The kit creates sqlite3 version 3 databases and they should all be
compatible.

The only issue I can imagine is that the kit perhaps has a 64 bit
version of the library
and you have a 32 bit linux.    But I'm pretty sure that would have
created a visible error.

What does the file command return on the datbase?

%file gotest2.db

- Don


Peter Christopher wrote:
> Hi, I'm trying to use evalgo.  apparently the initial database is not being
> properly created.  Any tips?
>
> I installed the latest sqlite3 & tclkit.  So I did:
>
> %./tclkit-linux-x86 evalgo.kit gotest2.db
>
> %sqlite3 gotest2.db
>
> SQLite version 3.2.8
> Enter ".help" for instructions
> sqlite> .database
> Error: unsupported file format
> sqlite> .schema
> Error: unsupported file format
> sqlite>
>
>
> --thanks, Peter
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> _______________________________________________
> computer-go mailing list
> computer-go@computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/
>
>   
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to