This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
install_aircrack [2018/12/10 02:54] mister_x 1.5.2 |
install_aircrack [2019/04/07 22:56] mister_x add ldconfig to avoid "error while loading shared libraries: libaircrack-ng.so.0" |
||
---|---|---|---|
Line 72: | Line 72: | ||
make | make | ||
make install | make install | ||
+ | ldconfig | ||
==== Compiling with AirPcap support (cygwin only) === | ==== Compiling with AirPcap support (cygwin only) === | ||
Line 95: | Line 96: | ||
make | make | ||
make install | make install | ||
+ | ldconfig | ||
==== ./configure flags ==== | ==== ./configure flags ==== | ||
Line 126: | Line 127: | ||
===== Troubleshooting Tips ===== | ===== Troubleshooting Tips ===== | ||
+ | ==== error while loading shared libraries: libaircrack-ng.so.0 ==== | ||
+ | |||
+ | Run **ldconfig** as root or with "sudo" to solve the issue. | ||
+ | |||
==== "command not found" error message ==== | ==== "command not found" error message ==== | ||