If the commands below are not working for you then you have not yet fixed the problem you mentioned.
----------------------------------------------------------------------------------
To do this, here are the commands
First if you do not have sqlite installed you can use these commands to install sqlite-3.4.0 and update to the latest Aircrack dev version. Sqlite is needed to compile Aircrack-ng dev versions, and to be able to use airolib-ng as he will show in the video's
Code:
cd /usr/local/bin
ln -s tclsh8.4 tclsh
cd /root
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
cd ..
rm -r sqlite-3.4.0
rm -r sqlite-3.4.0.tar.gz
svn co http://trac.aircrack-ng.org/svn/branch/1.0-dev aircrack-ng
cd aircrack-ng
gmake SQLITE=true
gmake SQLITE=true install
cd
rm -r aircrack-ng
And each time you need to just install the latest Aircrack dev version you can use these commands.
Code:
svn co http://trac.aircrack-ng.org/svn/branch/1.0-dev aircrack-ng
cd aircrack-ng
gmake SQLITE=true
gmake SQLITE=true install
cd ..
rm -r aircrack-ng
So you only need to do the first one of those once ever if you are using a HDD install or a USB install with the save changes mod.
The second of those, you use whenever you want to update to newer Aircrack-ng dev revision (there are on average 4-6 revisions per day)
----------------------------------------------------------------------------------
Xploitz if you want to use the part between the red lines for your tutorials, then go ahead you have my permission.
Good luck with the video's