Hey, i'm very new to linux ... I installed Kubuntu, which is working fine but I'd to install Kismet.
I tried to install kismet but I've got the error that I needed uClibc++
While trying to install uClibc++ and use "make menuconfig" I've got the error that I needed Ncurses.
Now I tried to install Ncurses and I got this error (after succesfully done the ./configure and ./make i get this when doing "make install"):
kubuntu@kubuntu:~/downloads/ncurses$ make install
cd man && make DESTDIR="" install
make[1]: Entering directory `/home/kubuntu/downloads/ncurses/man'
sh ./../mkinstalldirs /usr/man
mkdir /usr/man
mkdir: cannot create directory `/usr/man': Permission denied
make[1]: *** [/usr/man] Error 1
make[1]: Leaving directory `/home/kubuntu/downloads/ncurses/man'
make: *** [install] Error 2
------------------------------------------------------------------------------------------------------------
Can someone help me here? I'm have been a windows freak untill know so I don't really know what i'm doing. Is this the correct way to install kismet? Is there an easier way?
Thx
I tried to install kismet but I've got the error that I needed uClibc++
While trying to install uClibc++ and use "make menuconfig" I've got the error that I needed Ncurses.
Now I tried to install Ncurses and I got this error (after succesfully done the ./configure and ./make i get this when doing "make install"):
kubuntu@kubuntu:~/downloads/ncurses$ make install
cd man && make DESTDIR="" install
make[1]: Entering directory `/home/kubuntu/downloads/ncurses/man'
sh ./../mkinstalldirs /usr/man
mkdir /usr/man
mkdir: cannot create directory `/usr/man': Permission denied
make[1]: *** [/usr/man] Error 1
make[1]: Leaving directory `/home/kubuntu/downloads/ncurses/man'
make: *** [install] Error 2
------------------------------------------------------------------------------------------------------------
Can someone help me here? I'm have been a windows freak untill know so I don't really know what i'm doing. Is this the correct way to install kismet? Is there an easier way?
Thx
Comment