Hello Jean-Denis!  I did it manually in terminal.  I'm not familiar with
macports or finks.

Here's the exact code i used:

$ curl http://www.sqlite.org/sqlite-3.6.11.tar.gz | tar zx
$ cd sqlite-3.6.11 
$ ./configure --prefix=/usr/local
$ make
$ sudo make install

thank you :-)

erfon


Jean-Denis Muys-2 wrote:
> 
> On 3/19/09 10:28 AM, "erfon haubenstock" <m...@erfon.com> wrote:
> 
>> 
>> This is really strange.  I'm using a mac with leopard which comes with
>> version 3.4.0 installed.  I've installed 3.6.11, and it installs
>> successfully as far as I can tell, but then when I check the version with
>> sqlite3 --version in terminal, the version is shows that the installed
>> version is STILL 3.4.0.
>> 
>> Please help, this is driving me insane!
> 
> Maybe you could tell us a bit more (see
> http://catb.org/~esr/faqs/smart-questions.html):
> 
> - how did you install v 3.6.11? Using MacPorts, or Finks? Or manually?
> - what did you try to understand and fix the issue?
> - did you STFW?
> - what is the output of 'which sqlite3'?
> - did you check your PATH?
> 
> Eager to help...
> 
> Jean-Denis
> 
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/sqlite3---version-showing-the-wrong-version-tp22596369p22596952.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to