EEESH, i installed macports and when i try to port install i get an error
that says the error "port: command not found"

maybe this has something to do with it?   my
$PATH=usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin



Jean-Denis Muys-2 wrote:
> 
> 
> 
> 
> On 3/19/09 11:07 AM, "erfon haubenstock" <m...@erfon.com> wrote:
> 
>> 
>> 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
>> 
> 
> Then, without trying to replicate this, I suspect you have an issue with
> your PATH.
> 
> In my path, /usr/bin precedes /usr/local/bin.
> 
> Echo $PATH and which sqlite3 are your friends.
> 
> Handling this kind of issues transparently is one of the benefits of
> package
> distribution facilities such as MacPorts and Fink. I personally use
> MacPorts. See http://www.macports.org/. It has SQLite 3.6.11 as an
> available
> port.
> 
> I hope that helps.
> 
> 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-tp22596369p22598170.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