Mentalist Traceur
|
2011-07-22
, 03:20
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#111
|
|
2011-07-28
, 18:00
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#112
|
The Following User Says Thank You to StefanL For This Useful Post: | ||
|
2011-07-28
, 18:22
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#113
|
|
2011-07-28
, 18:48
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#114
|
Just replied to you in PM, but might as well answer here for public record - it should already work.
It's been compiled with sqlite support since whenever I figured out how to add make flags to the debian control files (which was pretty early on in my maintainership of the package). airolib-ng should be available already if you're running the version of aircrack-ng currently in the repos.
The Following 2 Users Say Thank You to StefanL For This Useful Post: | ||
|
2011-07-28
, 19:08
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#115
|
Well, I get the following error when running the -r option:
Error: Aircrack-ng wasn't compiled with sqlite support
dpkg -l | grep aircrack-ng
|
2011-07-28
, 19:30
|
Posts: 136 |
Thanked: 150 times |
Joined on Dec 2010
@ Finland
|
#116
|
The Following 3 Users Say Thank You to mooglez For This Useful Post: | ||
|
2011-07-28
, 19:36
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#117
|
|
2011-07-28
, 20:44
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#118
|
Thank you mooglez for checking.
StephanL: you can also try "which aircrack-ng" (it should return "/usr/bin/aircrack-ng" - it's possible you have both my aircrack-ng and another one installed, or more likely, you did at some point and it's possible extra copies of the binaries might be installed somewhere in different directories, which happen to be inside your path and taking priority.
|
2011-07-29
, 04:49
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#119
|
|
2011-07-29
, 06:51
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#120
|
Your symlink in /usr/bin/aircrack-ng might also lead to the wrong place. Try ls -l /usr/bin/air*.
They should all point to /opt/maemo/usr/bin/air*. Same for all the other aircrack-ng tools (most are symlinked in /usr/sbin, to /opt/maemo/usr/sbin, and some in both usr/sbin and usr/bin don't start with "air"). If you haven't tried that yet, see what that command gives you.
The Following 2 Users Say Thank You to StefanL For This Useful Post: | ||