Closed lolobolokolo closed 9 years ago
Greeting!
I am trying to install mana-tookit but have errors all time. When i decided to erase disk, install fresh kali 1.1.0a, then update&&upgrade still have some errors. I am no experienced user but maybe you can help mi with this. Console logs below: (..) CC ../src/ap/peerkey_auth.c CC ../src/drivers/driver_hostap.c CC ../src/drivers/driver_wired.c ../src/drivers/driver_nl80211.c:19:31: fatal error: netlink/genl/genl.h: No such file or directory compilation terminated. make[1]: * [../src/drivers/driver_nl80211.o] Error 1 make[1]: Leaving directory `/root/mana/hostapd-mana/hostapd' make: * [all] Error 2 root@kali:~/mana# make install --# Create the target directories install -d -m 755 /usr/share/mana-toolkit/www install -d -m 755 /usr/share/mana-toolkit/crackapd install -d -m 755 /usr/share/mana-toolkit/firelamb install -d -m 755 /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2 install -d -m 755 /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/sslstrip install -d -m 755 /usr/share/mana-toolkit/sslstrip-hsts/dns2proxy install -d -m 755 /usr/share/mana-toolkit/net-creds install -d -m 755 /usr/share/mana-toolkit/cert install -d -m 755 /usr/share/mana-toolkit/run-mana install -d -m 755 /usr/lib/mana-toolkit/ install -d -m 755 /var/lib/mana-toolkit/sslsplit install -d -m 755 /etc/mana-toolkit/ install -d -m 755 /etc/stunnel/ install -d -m 755 /etc/apache2/sites-available/ --# Install configuration files install -m 644 run-mana/conf/ /etc/mana-toolkit/ install -m 644 crackapd/crackapd.conf /etc/mana-toolkit/ install -m 644 apache/etc/apache2/sites-available/ /etc/apache2/sites-available/ --# Install the stunnel configuration we want install -m 644 apache/etc/stunnel/stunnel.conf /etc/stunnel/mana-toolkit.conf --# Install the hostapd binary install -m 755 hostapd-mana/hostapd/hostapd /usr/lib/mana-toolkit/ install: cannot stat`hostapd-mana/hostapd/hostapd': No such file or directory make: *\ [install] Error 1
Thanks in advance! :)
I found solution in another post #19 ;) simple as: apt-get install libnl-dev sorry..
Greeting!
I am trying to install mana-tookit but have errors all time. When i decided to erase disk, install fresh kali 1.1.0a, then update&&upgrade still have some errors. I am no experienced user but maybe you can help mi with this. Console logs below: (..) CC ../src/ap/peerkey_auth.c CC ../src/drivers/driver_hostap.c CC ../src/drivers/driver_wired.c ../src/drivers/driver_nl80211.c:19:31: fatal error: netlink/genl/genl.h: No such file or directory compilation terminated. make[1]: * [../src/drivers/driver_nl80211.o] Error 1 make[1]: Leaving directory `/root/mana/hostapd-mana/hostapd' make: * [all] Error 2 root@kali:~/mana# make install --# Create the target directories install -d -m 755 /usr/share/mana-toolkit/www install -d -m 755 /usr/share/mana-toolkit/crackapd install -d -m 755 /usr/share/mana-toolkit/firelamb install -d -m 755 /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2 install -d -m 755 /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/sslstrip install -d -m 755 /usr/share/mana-toolkit/sslstrip-hsts/dns2proxy install -d -m 755 /usr/share/mana-toolkit/net-creds install -d -m 755 /usr/share/mana-toolkit/cert install -d -m 755 /usr/share/mana-toolkit/run-mana install -d -m 755 /usr/lib/mana-toolkit/ install -d -m 755 /var/lib/mana-toolkit/sslsplit install -d -m 755 /etc/mana-toolkit/ install -d -m 755 /etc/stunnel/ install -d -m 755 /etc/apache2/sites-available/ --# Install configuration files install -m 644 run-mana/conf/ /etc/mana-toolkit/ install -m 644 crackapd/crackapd.conf /etc/mana-toolkit/ install -m 644 apache/etc/apache2/sites-available/ /etc/apache2/sites-available/ --# Install the stunnel configuration we want install -m 644 apache/etc/stunnel/stunnel.conf /etc/stunnel/mana-toolkit.conf --# Install the hostapd binary install -m 755 hostapd-mana/hostapd/hostapd /usr/lib/mana-toolkit/ install: cannot stat`hostapd-mana/hostapd/hostapd': No such file or directory make: *\ [install] Error 1
Thanks in advance! :)