balding_parrot
07-09-2007, 07:45 AM
I HAVE NOW SOLVED THIS AND THE THREE SOLUTIONS ARE IN POSTS 5 AND 14
This was posted in response to the news that as of r540 Aircrack-ng 1 Devel needs libsqlite >= 3.3.17 to compile.
http://forums.remote-exploit.org/showthread.php?t=7291
r534
WARNING: 1.0-dev needs libsqlite-dev >= 3.3.17 as of now, or it won't compile.
http://sqlite.org/sqlite-3.4.0.tar.gz
BT2:
sqlite3 -version
3.3.7
Possible update procedure?
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure --prefix=/usr/local
make && make install
I have been trying to get this working for two days without any luck.
Research on the SQLite website has not helped at all.
Research on the Aircrack-ng website has only shown up that there is at least one other person getting the same results as me.
So this is what I have tried so far
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure --prefix=/usr/local
make && make install
AND
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure
make && make install
AND
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure --prefix=/usr/local
make
make install
AND
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure
make
make install
And I tried these just in case it was a problem with sqlite-3.4.0.tar.gz
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure --prefix=/usr/local
make && make install
AND
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure
make && make install
AND
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure --prefix=/usr/local
make
make install
AND
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure
make
make install
All of the above have also been tried with
make cleanas a substitute for the make command
And EVERY time I am getting the same problem at the
make install
make: Nothing to be done for `all'.
tclsh ./tclinstaller.tcl 3.4
make: tclsh: Command not found
make: *** [tcl_install] Error 127
All of this has been done on BT2 Final, CD Boot so as there are no other modules to confuse the diagnosis of the problem.
I have also used checkinstall too so as I can create a module for everyone who like me needs to be able to use aircrack-ng dev 1 r540 or above.
Ok so HELP !!! Please ;)
I am not totally happy about where I have put this thread, but as it applies to development releases of programs covering specialist topics I finally decided after much debate, to put it here.
If an Admin or Mod think it should be elsewhere then please move it and accept my apologies.
This was posted in response to the news that as of r540 Aircrack-ng 1 Devel needs libsqlite >= 3.3.17 to compile.
http://forums.remote-exploit.org/showthread.php?t=7291
r534
WARNING: 1.0-dev needs libsqlite-dev >= 3.3.17 as of now, or it won't compile.
http://sqlite.org/sqlite-3.4.0.tar.gz
BT2:
sqlite3 -version
3.3.7
Possible update procedure?
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure --prefix=/usr/local
make && make install
I have been trying to get this working for two days without any luck.
Research on the SQLite website has not helped at all.
Research on the Aircrack-ng website has only shown up that there is at least one other person getting the same results as me.
So this is what I have tried so far
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure --prefix=/usr/local
make && make install
AND
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure
make && make install
AND
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure --prefix=/usr/local
make
make install
AND
curl -O http://www.sqlite.org/sqlite-3.4.0.tar.gz
tar xvzf sqlite-3.4.0.tar.gz
cd sqlite-3.4.0
./configure
make
make install
And I tried these just in case it was a problem with sqlite-3.4.0.tar.gz
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure --prefix=/usr/local
make && make install
AND
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure
make && make install
AND
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure --prefix=/usr/local
make
make install
AND
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite login
anonymous
cvs -d :pserver:anonymous@www.sqlite.org:/sqlite checkout sqlite
./configure
make
make install
All of the above have also been tried with
make cleanas a substitute for the make command
And EVERY time I am getting the same problem at the
make install
make: Nothing to be done for `all'.
tclsh ./tclinstaller.tcl 3.4
make: tclsh: Command not found
make: *** [tcl_install] Error 127
All of this has been done on BT2 Final, CD Boot so as there are no other modules to confuse the diagnosis of the problem.
I have also used checkinstall too so as I can create a module for everyone who like me needs to be able to use aircrack-ng dev 1 r540 or above.
Ok so HELP !!! Please ;)
I am not totally happy about where I have put this thread, but as it applies to development releases of programs covering specialist topics I finally decided after much debate, to put it here.
If an Admin or Mod think it should be elsewhere then please move it and accept my apologies.