The file sqlite-3.4.2.zip probably no longer exists on sqlite.org.
You can grab it from cvs with instructions in the Download section 
of that site. You can zip it up to satisfy the Makefile build script.

Going forward, SQLiteJDBC should probably include the sqlite3.c/sqlite3.h
amalgamation in its tar file to avoid requiring the external download 
of the sqlite source.

Porting to sqlite-3.5.3 is not that hard if you're familiar with 
Makefiles, scripts and C.

--- venura <[EMAIL PROTECTED]> wrote:
> I installed curl and sqlite using apt-get. I already had make and gcc.
> Ive downloaded the source and tried running make, the file downloaded
> by curl doesnt exist on  http://www.sqlite.org/ so the file returned
> is just an empty html file with a .zip extension and the make process
> fails.
> The file it tries to download is called sqlite-3.4.2.zip (I presume it
> gets this name from the sqlite version already installed, typing
> 'sqlite3 -version' in the terminal produces 3.4.2) should I modify the
> make file to download another file? should i install another version
> of sqlite?



      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to