Re: [sqlite] Linux Newbie...

2005-05-20 Thread Claudio Bezerra Leopoldino
Bom dia, Maurício! Já estou trabalhando direitinho no Linux. Você está usando oSQLite com que propósitos? Até mais, Cláudio --- "Mauricio M. Maia" <[EMAIL PROTECTED]> escreveu: > Claudio, > > you need to execute like: > $ ./sqlite3-3.2.1.bin > > PS: If you want, send a private message to

Re: [sqlite] Linux Newbie...

2005-05-20 Thread Claudio Bezerra Leopoldino
> pwd is not in your path. > try ./sqlite3-3.2.1.bin Thanks toi everybody! It worked very well!!! Cláudio > also make sure it's got the right permissions: > > chmod a+x sqlite3-3.2.1.bin > > HTH, > B > > Claudio Bezerra Leopoldino wrote: > > Hi! > > > > I've used the windows command line

Re: [sqlite] Linux Newbie...

2005-05-19 Thread Jay Sprenkle
> I've used the windows command line SQLite utility > without problems, but the linux version GZ file > doesn't worked in mine tests. I extracted the file > with gunzip, but the binary file doesn't worked. It > can be a very basic problem to an esxperient linux > user, but i couldn't execute the

Re: [sqlite] Linux Newbie...

2005-05-19 Thread John Dean
At 19:53 19/05/2005, you wrote: Hi! I've used the windows command line SQLite utility without problems, but the linux version GZ file doesn't worked in mine tests. I extracted the file with gunzip, but the binary file doesn't worked. It can be a very basic problem to an esxperient linux user, but

Re: [sqlite] Linux Newbie...

2005-05-19 Thread Derrell . Lipman
Claudio Bezerra Leopoldino <[EMAIL PROTECTED]> writes: > May someone tell me a clue to execute the SQLite > utility in linux environment? Or a need to compile the > source code to use the utility? > == > [EMAIL PROTECTED] SQLite]$ ls -l > total 372 >

Re: [sqlite] Linux Newbie...

2005-05-19 Thread Robert Scussel
pwd is not in your path. try ./sqlite3-3.2.1.bin also make sure it's got the right permissions: chmod a+x sqlite3-3.2.1.bin HTH, B Claudio Bezerra Leopoldino wrote: Hi! I've used the windows command line SQLite utility without problems, but the linux version GZ file doesn't worked in mine tests. I