Hi Guys, Sorry if I have left out some trivial linux build step, I'm still a bit new to this.
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? Thanks, Venura --~--~---------~--~----~------------~-------~--~----~ Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en To unsubscribe, send email to [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
